diff options
Diffstat (limited to 'svl/source/config/languageoptions.cxx')
-rw-r--r-- | svl/source/config/languageoptions.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svl/source/config/languageoptions.cxx b/svl/source/config/languageoptions.cxx index 4d1990cce6d2..92cbd67d3992 100644 --- a/svl/source/config/languageoptions.cxx +++ b/svl/source/config/languageoptions.cxx @@ -28,7 +28,7 @@ #include <com/sun/star/i18n/ScriptType.hpp> #include <unotools/syslocale.hxx> -#ifdef WNT +#ifdef _WIN32 #include <windows.h> #endif @@ -224,7 +224,7 @@ LanguageType SvtSystemLanguageOptions::GetWin16SystemLanguage() const bool SvtSystemLanguageOptions::isKeyboardLayoutTypeInstalled(sal_Int16 scriptType) const { bool isInstalled = false; -#ifdef WNT +#ifdef _WIN32 int nLayouts = GetKeyboardLayoutList(0, NULL); if (nLayouts > 0) { |