aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon/md4.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/qcommon/md4.c')
-rw-r--r--code/qcommon/md4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/qcommon/md4.c b/code/qcommon/md4.c
index e530b07..5f96838 100644
--- a/code/qcommon/md4.c
+++ b/code/qcommon/md4.c
@@ -1,7 +1,7 @@
/* GLOBAL.H - RSAREF types and constants */
#include <string.h>
-#if defined(_WIN32)
+#ifdef _MSC_VER
#pragma warning(disable : 4711) // selected for automatic inline expansion
#endif