use DWORD for RES_KEY

This commit is contained in:
Vincent Wei
2019-07-19 11:21:54 +08:00
parent a068f25519
commit b7820d888f

View File

@@ -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 */