summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/file/prov.cxx2
-rw-r--r--ucb/source/ucp/file/shell.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/file/prov.cxx b/ucb/source/ucp/file/prov.cxx
index 5eb00115f356..d0181b57239d 100644
--- a/ucb/source/ucp/file/prov.cxx
+++ b/ucb/source/ucp/file/prov.cxx
@@ -222,7 +222,7 @@ FileProvider::compareContentIds(
iComp = aStatus1.getFileURL().compareTo( aStatus2.getFileURL() );
// Quick hack for Windows to threat all file systems as case insensitive
-#ifdef WNT
+#ifdef _WIN32
if ( 0 != iComp )
{
error = osl::FileBase::getSystemPathFromFileURL( aStatus1.getFileURL(), aPath1 );
diff --git a/ucb/source/ucp/file/shell.cxx b/ucb/source/ucp/file/shell.cxx
index 42e4ab59c219..a05559d5cfd3 100644
--- a/ucb/source/ucp/file/shell.cxx
+++ b/ucb/source/ucp/file/shell.cxx
@@ -286,7 +286,7 @@ shell::shell( const uno::Reference< uno::XComponentContext >& rxContext,
beans::PropertyState_DEFAULT_VALUE,
beans::PropertyAttribute::MAYBEVOID
| beans::PropertyAttribute::BOUND
-#if defined( WNT )
+#if defined(_WIN32)
));
#else
| beans::PropertyAttribute::READONLY)); // under unix/linux only readable