summaryrefslogtreecommitdiff
path: root/desktop/win32
diff options
context:
space:
mode:
authorJesús Corrius <jesus@softcatala.org>2012-06-04 11:47:13 +0200
committerJesús Corrius <jesus@softcatala.org>2012-06-04 11:47:34 +0200
commit3c3d6c6dedc145aef6a91816cfed03c399f338a5 (patch)
tree1da0c29545397323c81fecefebb25d5e3027e398 /desktop/win32
parent086abe9eddd55573d8c04728649b574338176410 (diff)
Make sure the symbols are found
Diffstat (limited to 'desktop/win32')
-rw-r--r--desktop/win32/source/applauncher/launcher.cxx2
-rw-r--r--desktop/win32/source/applauncher/launcher.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/desktop/win32/source/applauncher/launcher.cxx b/desktop/win32/source/applauncher/launcher.cxx
index 24843a41ef02..8cb7afb3b911 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 e602bfe94428..7b6f4ac042a9 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