Some more WIN32 -> _WIN32

...at least some of which have presumably been missing from
ce43d0ae92 "use consistent #define checks for the
Windows platform" by accident (and some just clean up comments)

Change-Id: I5532685c7df96ae3c8a25b73d8064d7433964a9b
Reviewed-on: https://gerrit.libreoffice.org/68580
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
Stephan Bergmann
2019-03-01 14:01:43 +01:00
parent c2b20809b5
commit e1e39fac22
12 changed files with 18 additions and 18 deletions

View File

@@ -137,7 +137,7 @@ void VBATest::testMiscVBAFunctions()
"weekday.vb",
"weekdayname.vb",
"year.vb",
#ifndef WIN32 // missing 64bit Currency marshalling.
#ifndef _WIN32 // missing 64bit Currency marshalling.
"win32compat.vb", // windows compatibility hooks.
#endif
"win32compatb.vb" // same methods, different signatures.