Fixed the NOMINMAX issue for Windows build with latest termcolor #76, replaced #pragma once with #ifndef-define pairs

This commit is contained in:
Pranav Srinivas Kumar
2021-05-03 09:37:44 -05:00
parent c338b5b280
commit 276d476d4d
18 changed files with 189 additions and 42 deletions

View File

@@ -1,5 +1,6 @@
#pragma once
#ifndef INDICATORS_BLOCK_PROGRESS_BAR
#define INDICATORS_BLOCK_PROGRESS_BAR
#include <indicators/color.hpp>
#include <indicators/details/stream_helper.hpp>
@@ -285,3 +286,5 @@ public:
};
} // namespace indicators
#endif