aboutsummaryrefslogtreecommitdiff
path: root/ports/pmdk/v141.patch
blob: f77abe93f78358ccdb6a4833da943614e0cb1b5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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.