summaryrefslogtreecommitdiff
path: root/sax/test/testcomponent.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sax/test/testcomponent.cxx')
-rw-r--r--sax/test/testcomponent.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sax/test/testcomponent.cxx b/sax/test/testcomponent.cxx
index 83f9e224a53a..08a4b053cd89 100644
--- a/sax/test/testcomponent.cxx
+++ b/sax/test/testcomponent.cxx
@@ -83,7 +83,7 @@ int main (int argc, char **argv)
{
// Load dll for the tested component
for( int n = 2 ; n <argc ; n ++ ) {
-#ifdef SAL_W32
+#ifdef _WIN32
OUString aDllName = OStringToOUString( argv[n] , RTL_TEXTENCODING_ASCII_US );
#else
OUString aDllName = "lib";
@@ -111,7 +111,7 @@ int main (int argc, char **argv)
sTestName = "test";
sTestName += argv[2];
-#ifdef SAL_W32
+#ifdef _WIN32
OUString aDllName = OStringToOUString( sTestName , RTL_TEXTENCODING_ASCII_US );
#else
OUString aDllName = "lib";