summaryrefslogtreecommitdiff
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
commite605861101743f5b8c1cb3ef2bc2da3b47ce965a (patch)
treedd88a8cf7e6ca6e8be54b9ecfc9a1692569ebce8
parentc302693bb67d7064f9c472a53a34b0f6219e119f (diff)
Header filename case sensitivity fixes
-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 c42c734e0..40b6e4154 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