From f0f8576596e104549e66e62d15a262acfd70dcec Mon Sep 17 00:00:00 2001 From: Jesús Corrius Date: Thu, 24 May 2012 13:33:39 +0200 Subject: Don't spam fellow developers until I fix the problem in MinGW --- desktop/win32/source/applauncher/launcher.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'desktop') diff --git a/desktop/win32/source/applauncher/launcher.cxx b/desktop/win32/source/applauncher/launcher.cxx index 8ba9cb6ee046..074e2b533270 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 -- cgit