| Index: core/include/fxge/fx_ge_win32.h
 | 
| diff --git a/core/include/fxge/fx_ge_win32.h b/core/include/fxge/fx_ge_win32.h
 | 
| index 149c46d40b126ac122ebd2e4e47af98e64a54477..f1864590c54db268235748de1e389bc52cbbb4a7 100644
 | 
| --- a/core/include/fxge/fx_ge_win32.h
 | 
| +++ b/core/include/fxge/fx_ge_win32.h
 | 
| @@ -32,8 +32,8 @@ class CFX_WindowsDIB : public CFX_DIBitmap {
 | 
|  
 | 
|    static CFX_DIBitmap* LoadFromDDB(HDC hDC,
 | 
|                                     HBITMAP hBitmap,
 | 
| -                                   FX_DWORD* pPalette = NULL,
 | 
| -                                   FX_DWORD size = 256);
 | 
| +                                   uint32_t* pPalette = NULL,
 | 
| +                                   uint32_t size = 256);
 | 
|  
 | 
|    static CFX_DIBitmap* LoadFromFile(const FX_WCHAR* filename);
 | 
|  
 | 
| 
 |