define LONG_PTR for consistency too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34274 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -49,6 +49,7 @@
|
|||||||
// with newer SDK headers
|
// with newer SDK headers
|
||||||
#if !defined(__WIN64__) && !defined(__WXWINCE__)
|
#if !defined(__WIN64__) && !defined(__WXWINCE__)
|
||||||
#define UINT_PTR unsigned int
|
#define UINT_PTR unsigned int
|
||||||
|
#define LONG_PTR long
|
||||||
#define ULONG_PTR unsigned long
|
#define ULONG_PTR unsigned long
|
||||||
#define DWORD_PTR unsigned long
|
#define DWORD_PTR unsigned long
|
||||||
#endif // !__WIN64__
|
#endif // !__WIN64__
|
||||||
|
Reference in New Issue
Block a user