From f060adefba5f67ec20d755cf1d95d49b62686ee5 Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Fri, 19 May 2017 17:27:48 +0900 Subject: Test _WIN32 instead of WIN32 since the former is predefined by Visual C++ [0], but the latter is not. [0] https://msdn.microsoft.com/en-us/library/b0084kay.aspx Change-Id: I9ecb84779cbaf5f0186ef0b05da61b32293f8f2b Reviewed-on: https://gerrit.libreoffice.org/37808 Tested-by: Jenkins Reviewed-by: Michael Stahl --- basic/qa/cppunit/test_vba.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basic') diff --git a/basic/qa/cppunit/test_vba.cxx b/basic/qa/cppunit/test_vba.cxx index 8b46d739f81d..ddd640d371d4 100644 --- a/basic/qa/cppunit/test_vba.cxx +++ b/basic/qa/cppunit/test_vba.cxx @@ -10,7 +10,7 @@ #include #include -#ifdef WIN32 +#ifdef _WIN32 #include #include -- cgit