From: Vadim Zeitlin Date: Sun, 22 May 2005 22:11:48 +0000 (+0000) Subject: define LONG_PTR for consistency too X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ebb2300fce051f02e620c9183fce12b934e9f038 define LONG_PTR for consistency too git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34274 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/wrapwin.h b/include/wx/msw/wrapwin.h index a9a927d839..72c0d8cd17 100644 --- a/include/wx/msw/wrapwin.h +++ b/include/wx/msw/wrapwin.h @@ -49,6 +49,7 @@ // with newer SDK headers #if !defined(__WIN64__) && !defined(__WXWINCE__) #define UINT_PTR unsigned int + #define LONG_PTR long #define ULONG_PTR unsigned long #define DWORD_PTR unsigned long #endif // !__WIN64__