aboutsummaryrefslogtreecommitdiff
path: root/openpatch.c
diff options
context:
space:
mode:
Diffstat (limited to 'openpatch.c')
-rw-r--r--openpatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpatch.c b/openpatch.c
index f1979bd..151f0fd 100644
--- a/openpatch.c
+++ b/openpatch.c
@@ -14,7 +14,7 @@
#endif
#include <string.h>
-#ifdef NT
+#ifdef _MSC_VER
#pragma warning( disable : 4244 )
#pragma warning( disable : 4305 )
#endif