[Libreoffice-commits] .: cui/source

Tor Lillqvist tml at kemper.freedesktop.org
Fri Jul 22 01:38:56 PDT 2011


 cui/source/dialogs/winpluginlib.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit e605861101743f5b8c1cb3ef2bc2da3b47ce965a
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Fri Jul 22 11:37:56 2011 +0300

    Header filename case sensitivity fixes

diff --git a/cui/source/dialogs/winpluginlib.cxx b/cui/source/dialogs/winpluginlib.cxx
index c42c734..40b6e41 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


More information about the Libreoffice-commits mailing list