]> git.saurik.com Git - wxWidgets.git/commitdiff
define LONG_PTR for consistency too
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 22 May 2005 22:11:48 +0000 (22:11 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 22 May 2005 22:11:48 +0000 (22:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34274 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/wrapwin.h

index a9a927d83969dc3f5a1c7d0dc39a1ee0421bb82b..72c0d8cd176ff036a4150991e5c30cb474581009 100644 (file)
@@ -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__