[Libreoffice-commits] .: desktop/win32

Jesús Corrius jcorrius at kemper.freedesktop.org
Mon Jun 4 02:47:43 PDT 2012


 desktop/win32/source/applauncher/launcher.cxx |    2 --
 desktop/win32/source/applauncher/launcher.hxx |    2 ++
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 3c3d6c6dedc145aef6a91816cfed03c399f338a5
Author: Jesús Corrius <jesus at softcatala.org>
Date:   Mon Jun 4 11:47:13 2012 +0200

    Make sure the symbols are found

diff --git a/desktop/win32/source/applauncher/launcher.cxx b/desktop/win32/source/applauncher/launcher.cxx
index 24843a4..8cb7afb 100644
--- a/desktop/win32/source/applauncher/launcher.cxx
+++ b/desktop/win32/source/applauncher/launcher.cxx
@@ -35,8 +35,6 @@
 #endif
 #   include <windows.h>
 #   include <shellapi.h>
-#   include <winbase.h>
-#   include <shlwapi.h>
 #if defined _MSC_VER
 #pragma warning(pop)
 #endif
diff --git a/desktop/win32/source/applauncher/launcher.hxx b/desktop/win32/source/applauncher/launcher.hxx
index e602bfe..7b6f4ac 100644
--- a/desktop/win32/source/applauncher/launcher.hxx
+++ b/desktop/win32/source/applauncher/launcher.hxx
@@ -5,6 +5,8 @@
 #endif
 
 #include <windows.h>
+#include <winbase.h>
+#include <shlwapi.h>
 
 #ifndef _INC_TCHAR
 #   ifdef UNICODE


More information about the Libreoffice-commits mailing list