mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Remove old mingw hacks so that composer++ will build with currently recommended mingw tools.
Thanks to David King <d_king@xtra.co.nz> for the patch. Bug #220978 r=cls
This commit is contained in:
parent
f19fbcd3a2
commit
17dc7b5d5a
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user