vcpkg/ports/pmdk/v141.patch
2018-05-17 14:10:06 -07:00

14 lines
482 B
Diff

diff --git a/src/common/util.h b/src/common/util.h
index 04b098f..33a64c2 100644
--- a/src/common/util.h
+++ b/src/common/util.h
@@ -284,7 +284,7 @@ typedef enum {
#error MSVC ports of util_atomic_ only work on X86_64
#endif
-#if _MSC_VER > 1911
+#if _MSC_VER >= 2000
#error util_atomic_ utility functions not tested with this version of VC++
#error These utility functions are not future proof, as they are not
#error based on publicly available documentation.