patch from will levine to fix building with mingw gcc 3.3.1 (bug 220433).
git-svn-id: svn://10.0.0.236/trunk@147473 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -55,7 +55,7 @@ int main(int argc, char* argv[])
|
||||
char* splash_xpm[] = {0};
|
||||
#endif
|
||||
|
||||
#ifdef XP_WIN
|
||||
#if defined( XP_WIN ) && defined( WIN32 ) && !defined(__GNUC__)
|
||||
// We need WinMain in order to not be a console app. This function is
|
||||
// unused if we are a console application.
|
||||
int WINAPI WinMain( HINSTANCE, HINSTANCE, LPSTR args, int )
|
||||
|
||||
@@ -54,9 +54,7 @@ IDD_SPLASH DIALOGEX
|
||||
FONT 8, "MS Sans Serif"
|
||||
BEGIN
|
||||
CONTROL
|
||||
#ifndef __MINGW32__
|
||||
IDB_SPLASH,
|
||||
#endif
|
||||
IDB_SPLASH,
|
||||
IDB_SPLASH,
|
||||
"Static",
|
||||
SS_BITMAP,
|
||||
|
||||
Reference in New Issue
Block a user