summaryrefslogtreecommitdiffstats
path: root/cui
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-07-22 11:37:56 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-07-22 11:37:56 +0300
commiteb0b81132d044fceec4464eee9735b03ceb1fd57 (patch)
tree40b18f1eedb6aef48bef9bad6c04e027de398501 /cui
parentDo not use macros from comphelper's componentmodule.hxx (diff)
downloadcore-eb0b81132d044fceec4464eee9735b03ceb1fd57.tar.gz
core-eb0b81132d044fceec4464eee9735b03ceb1fd57.zip
Header filename case sensitivity fixes
Diffstat (limited to 'cui')
-rw-r--r--cui/source/dialogs/winpluginlib.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/dialogs/winpluginlib.cxx b/cui/source/dialogs/winpluginlib.cxx
index 242607952c99..25fa4a3c5f41 100644
--- a/cui/source/dialogs/winpluginlib.cxx
+++ b/cui/source/dialogs/winpluginlib.cxx
@@ -33,8 +33,8 @@
#if defined _MSC_VER
#pragma warning(pop)
#endif
-#include <Winreg.h>
-#include <Shlwapi.h>
+#include <winreg.h>
+#include <shlwapi.h>
#include <stdio.h>
#define SO_PATH_SIZE 4096