diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-07-22 11:37:56 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-07-22 11:37:56 +0300 |
commit | eb0b81132d044fceec4464eee9735b03ceb1fd57 (patch) | |
tree | 40b18f1eedb6aef48bef9bad6c04e027de398501 /cui | |
parent | cfbcec3375a958cd0ff4a03c4eb6afded9b803d2 (diff) |
Header filename case sensitivity fixes
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/dialogs/winpluginlib.cxx | 4 |
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 |