summaryrefslogtreecommitdiff
path: root/extensions/test/ole/cpptest/cpptest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/test/ole/cpptest/cpptest.cxx')
-rw-r--r--extensions/test/ole/cpptest/cpptest.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/test/ole/cpptest/cpptest.cxx b/extensions/test/ole/cpptest/cpptest.cxx
index b711c401e3a2..6c6556cda8e9 100644
--- a/extensions/test/ole/cpptest/cpptest.cxx
+++ b/extensions/test/ole/cpptest/cpptest.cxx
@@ -20,9 +20,9 @@
// cpptest.cpp : Defines the entry point for the console application.
//
-#if _MSC_VER > 1000
+#ifdef _MSC_VER
#pragma once
-#endif // _MSC_VER > 1000
+#endif
#pragma warning(disable: 4917)
#include <comdef.h>
#include <tchar.h>