mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
21 lines
451 B
Plaintext
Executable File
21 lines
451 B
Plaintext
Executable File
|
|
#include "resource.h"
|
|
#include "newres.h"
|
|
|
|
|
|
IDD_SPLASHSCREEN DIALOG
|
|
DISCARDABLE 0, 0, 0, 0
|
|
BEGIN
|
|
CONTROL 104,IDC_SPLASHBMP,"Static",SS_BITMAP,0,0,0,0
|
|
END
|
|
|
|
IDB_BITMAP1 BITMAP
|
|
DISCARDABLE "splashscreen.bmp"
|
|
|
|
HI_RES_AWARE CEUX {1} // To turn off the emulation layer
|
|
|
|
IDC_DUMMY_CE_MENUBAR RCDATA MOVEABLE PURE
|
|
BEGIN
|
|
0x0000, 0x0001, 0xfffe, 0x0001, 0x0004, 0x0010, 0x0066, 0x0000, 0xffff
|
|
END
|