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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user