aboutsummaryrefslogtreecommitdiffstats
path: root/q3asm/cmdlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'q3asm/cmdlib.h')
-rw-r--r--q3asm/cmdlib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/q3asm/cmdlib.h b/q3asm/cmdlib.h
index 0d7dfc3..f2436a1 100644
--- a/q3asm/cmdlib.h
+++ b/q3asm/cmdlib.h
@@ -24,7 +24,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#ifndef __CMDLIB__
#define __CMDLIB__
-#ifdef _WIN32
+#ifdef _MSC_VER
#pragma warning(disable : 4244) // MIPS
#pragma warning(disable : 4136) // X86
#pragma warning(disable : 4051) // ALPHA
@@ -44,7 +44,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#include <time.h>
#include <stdarg.h>
-#ifdef _WIN32
+#ifdef _MSC_VER
#pragma intrinsic( memset, memcpy )