summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--desktop/win32/source/applauncher/launcher.cxx3
1 files changed, 2 insertions, 1 deletions
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