summaryrefslogtreecommitdiff
path: root/extensions/source/scanner
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-12-27 14:09:50 +0200
committerTor Lillqvist <tml@iki.fi>2012-12-27 14:09:50 +0200
commit09b08d4adb758b8766f22f2bac9a1fa2d94f6b53 (patch)
tree70fc2e1253b74dd88d5299c399e8751048bdf9e4 /extensions/source/scanner
parent6943c7b11c92f3d4971704abcb213f57eaa4e115 (diff)
More MSC -> _MSC_VER, sorry
Change-Id: Ie5070d514c1f4dd9f9708253eb44134baec6524a
Diffstat (limited to 'extensions/source/scanner')
-rw-r--r--extensions/source/scanner/scanwin.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/source/scanner/scanwin.cxx b/extensions/source/scanner/scanwin.cxx
index 5a8f242447a2..020ad5a74a06 100644
--- a/extensions/source/scanner/scanwin.cxx
+++ b/extensions/source/scanner/scanwin.cxx
@@ -41,12 +41,12 @@
#include <vcl/sysdata.hxx>
#include "scanner.hxx"
-#if defined MSC
+#if defined _MSC_VER
#pragma warning (push,1)
#pragma warning (disable:4668)
#endif
#include "twain/twain.h"
-#if defined MSC
+#if defined _MSC_VER
#pragma warning (pop)
#endif