From ebb2300fce051f02e620c9183fce12b934e9f038 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 22 May 2005 22:11:48 +0000 Subject: [PATCH] define LONG_PTR for consistency too git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34274 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/wrapwin.h | 1 + 1 file changed, 1 insertion(+) 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__ -- 2.45.2