diff --git a/composer/app/module.rc b/composer/app/module.rc index 950261270f06..cbcfe6253d68 100644 --- a/composer/app/module.rc +++ b/composer/app/module.rc @@ -107,9 +107,7 @@ IDD_SPLASH DIALOGEX FONT 8, "MS Sans Serif" BEGIN CONTROL -#ifndef __MINGW32__ - IDB_SPLASH, -#endif + IDB_SPLASH, IDB_SPLASH, "Static", SS_BITMAP, diff --git a/composer/app/splash.rc b/composer/app/splash.rc index 1fb0587f5e79..5f1af17868f5 100644 --- a/composer/app/splash.rc +++ b/composer/app/splash.rc @@ -62,9 +62,7 @@ IDD_SPLASH DIALOGEX FONT 8, "MS Sans Serif" BEGIN CONTROL -#ifndef __MINGW32__ - IDB_SPLASH, -#endif + IDB_SPLASH, IDB_SPLASH, "Static", SS_BITMAP,