[Libreoffice-commits] .: desktop/win32
Jesús Corrius
jcorrius at kemper.freedesktop.org
Thu May 24 04:35:18 PDT 2012
desktop/win32/source/applauncher/launcher.cxx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit f0f8576596e104549e66e62d15a262acfd70dcec
Author: Jesús Corrius <jesus at softcatala.org>
Date: Thu May 24 13:33:39 2012 +0200
Don't spam fellow developers until I fix the problem in MinGW
diff --git a/desktop/win32/source/applauncher/launcher.cxx b/desktop/win32/source/applauncher/launcher.cxx
index 8ba9cb6..074e2b5 100644
--- a/desktop/win32/source/applauncher/launcher.cxx
+++ b/desktop/win32/source/applauncher/launcher.cxx
@@ -56,7 +56,8 @@ extern "C" int APIENTRY _tWinMain( HINSTANCE, HINSTANCE, LPTSTR, int )
{
// Set an explicit Application User Model ID for the process
- SetExplicitAppUserModelID(APPUSERMODELID);
+ // FIXME: Comment this out until I find a fix for minGW.
+ // SetExplicitAppUserModelID(APPUSERMODELID);
// Retreive startup info
More information about the Libreoffice-commits
mailing list