summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/winpluginlib.cxx
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/source/dialogs/winpluginlib.cxx
parentcfbcec3375a958cd0ff4a03c4eb6afded9b803d2 (diff)
Header filename case sensitivity fixes
Diffstat (limited to 'cui/source/dialogs/winpluginlib.cxx')
-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