Kaydet (Commit) f0f85765 authored tarafından Jesús Corrius's avatar Jesús Corrius

Don't spam fellow developers until I fix the problem in MinGW

üst cd834e5c
...@@ -56,7 +56,8 @@ extern "C" int APIENTRY _tWinMain( HINSTANCE, HINSTANCE, LPTSTR, int ) ...@@ -56,7 +56,8 @@ extern "C" int APIENTRY _tWinMain( HINSTANCE, HINSTANCE, LPTSTR, int )
{ {
// Set an explicit Application User Model ID for the process // 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 // Retreive startup info
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment