summaryrefslogtreecommitdiff
path: root/sal/qa/osl/module/osl_Module.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/qa/osl/module/osl_Module.cxx')
-rw-r--r--sal/qa/osl/module/osl_Module.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/qa/osl/module/osl_Module.cxx b/sal/qa/osl/module/osl_Module.cxx
index 571523e55e9b..e51a80904b8d 100644
--- a/sal/qa/osl/module/osl_Module.cxx
+++ b/sal/qa/osl/module/osl_Module.cxx
@@ -31,7 +31,7 @@ using ::rtl::OString;
*/
inline ::rtl::OUString getDllURL()
{
-#if ( defined WNT ) // lib in Unix and lib in Windows are not same in file name.
+#if defined(_WIN32) // lib in Unix and lib in Windows are not same in file name.
::rtl::OUString libPath( "test_Module_DLL.dll" );
#else
::rtl::OUString libPath( "libtest_Module_DLL.so" );