mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-06 18:31:57 +08:00
use DWORD for RES_KEY
This commit is contained in:
@@ -5361,7 +5361,7 @@ MG_EXPORT void GUIAPI UnregisterSystemBitmap (HDC hdc, const char* rdr_name,
|
||||
const char* id);
|
||||
|
||||
/* define the key of resource */
|
||||
typedef unsigned long RES_KEY;
|
||||
typedef DWORD RES_KEY;
|
||||
#define RES_KEY_INVALID 0
|
||||
|
||||
/* define the incore res type */
|
||||
|
||||
Reference in New Issue
Block a user