summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/syspathw32.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/doc/syspathw32.cxx')
-rw-r--r--sfx2/source/doc/syspathw32.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/syspathw32.cxx b/sfx2/source/doc/syspathw32.cxx
index ce5839082f14..ad0e244660a7 100644
--- a/sfx2/source/doc/syspathw32.cxx
+++ b/sfx2/source/doc/syspathw32.cxx
@@ -61,7 +61,7 @@ static bool SHGetSpecialFolderW32( int nFolderID, WCHAR* pszFolder, int nSize )
// time to very nasty compilation errors. If someone finds a better
// way to solve these probs please remove this copied part!
typedef unsigned short sal_uInt16;
-#if defined(_WIN32) && !defined(__MINGW32__)
+#if defined(_WIN32)
typedef wchar_t sal_Unicode;
#else
typedef sal_uInt16 sal_Unicode;