mirror of
https://github.com/reactos/reactos.git
synced 2024-10-29 19:13:58 +00:00
14 lines
208 B
C
14 lines
208 B
C
|
|
||
|
extern HBITMAP ghbmpDIB32;
|
||
|
extern HDC ghdcDIB32;
|
||
|
extern PULONG pulDIB32Bits;
|
||
|
extern HPALETTE ghpal;
|
||
|
extern struct
|
||
|
{
|
||
|
LOGPALETTE logpal;
|
||
|
PALETTEENTRY logpalettedata[8];
|
||
|
} gpal;
|
||
|
|
||
|
BOOL InitStuff(void);
|
||
|
|