mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-26 03:23:46 +08:00
tune for 64 bits
This commit is contained in:
@@ -209,9 +209,9 @@
|
||||
|
||||
#if defined(_MSC_VER) && _MSC_VER < 1300 || defined(__DMC__)
|
||||
/*
|
||||
* VC++6.0 or early compiler's header has no DWORD_PTR type.
|
||||
* VC++6.0 or early compiler's header has no DWORD type.
|
||||
*/
|
||||
typedef unsigned long DWORD_PTR;
|
||||
typedef unsigned long DWORD;
|
||||
#endif
|
||||
/*
|
||||
* -----------------
|
||||
|
||||
Reference in New Issue
Block a user