зеркало из https://github.com/mozilla/pjs.git
Bug #220433 --> port the binutils build bustage patch to thunderbird
This commit is contained in:
Родитель
4454a3dd30
Коммит
0fa318d5e3
|
@ -55,7 +55,7 @@ int main(int argc, char* argv[])
|
||||||
char* splash_xpm[] = {0};
|
char* splash_xpm[] = {0};
|
||||||
#endif
|
#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
|
// We need WinMain in order to not be a console app. This function is
|
||||||
// unused if we are a console application.
|
// unused if we are a console application.
|
||||||
int WINAPI WinMain( HINSTANCE, HINSTANCE, LPSTR args, int )
|
int WINAPI WinMain( HINSTANCE, HINSTANCE, LPSTR args, int )
|
||||||
|
|
|
@ -62,9 +62,7 @@ IDD_SPLASH DIALOGEX
|
||||||
FONT 8, "MS Sans Serif"
|
FONT 8, "MS Sans Serif"
|
||||||
BEGIN
|
BEGIN
|
||||||
CONTROL
|
CONTROL
|
||||||
#ifndef __MINGW32__
|
|
||||||
IDB_SPLASH,
|
IDB_SPLASH,
|
||||||
#endif
|
|
||||||
IDB_SPLASH,
|
IDB_SPLASH,
|
||||||
"Static",
|
"Static",
|
||||||
SS_BITMAP,
|
SS_BITMAP,
|
||||||
|
|
Загрузка…
Ссылка в новой задаче