fix multiply defined symbols

This commit is contained in:
greg
2019-04-01 13:13:20 -04:00
parent 0c53c040fd
commit e15f2bb959
3 changed files with 36 additions and 38 deletions
+3 -3
View File
@@ -60,9 +60,9 @@
// -----------------------------------------------------------------------------
// Some sanity checks
// -----------------------------------------------------------------------------
#if defined(__CYGWIN__)
#error "Cygwin is not supported."
#endif
//#if defined(__CYGWIN__)
// #error "Cygwin is not supported."
//#endif
#if defined(_MSC_FULL_VER) && _MSC_FULL_VER < 190023918 && !defined(__clang__)
#error "phmap requires Visual Studio 2015 Update 2 or higher."