aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorTravis Howell2003-08-01 05:44:18 +0000
committerTravis Howell2003-08-01 05:44:18 +0000
commit479bc9645f9fc2a550df0b836089215b258d1d2d (patch)
tree9a4d66e24eaa8f70b5cbd1b66b8a7be25dbcb1b7 /common
parenta15dab5fb87d105dc35379dc88083f48ed0fee46 (diff)
downloadscummvm-rg350-479bc9645f9fc2a550df0b836089215b258d1d2d.tar.gz
scummvm-rg350-479bc9645f9fc2a550df0b836089215b258d1d2d.tar.bz2
scummvm-rg350-479bc9645f9fc2a550df0b836089215b258d1d2d.zip
Ooops
svn-id: r9356
Diffstat (limited to 'common')
-rw-r--r--common/stdafx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/stdafx.h b/common/stdafx.h
index 706d9f2047..cb5d884a48 100644
--- a/common/stdafx.h
+++ b/common/stdafx.h
@@ -35,7 +35,7 @@
#elif defined(WIN32)
-#if _MSC_VER
+#ifdef _MSC_VER
#pragma once
#pragma warning( disable : 4068 ) // turn off "unknown pragma" warning
#pragma warning( disable : 4244 ) // turn off "conversion type" warning