From: Robin Dunn Date: Tue, 5 Oct 2004 20:52:20 +0000 (+0000) Subject: Typedef for wxUIntPtr X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/82bd61672da6c0954bcb150c4a49be4bdf6720fe Typedef for wxUIntPtr git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29666 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_defs.i b/wxPython/src/_defs.i index 0d30488719..207b8eaf9c 100644 --- a/wxPython/src/_defs.i +++ b/wxPython/src/_defs.i @@ -48,6 +48,7 @@ typedef int wxEventType; typedef unsigned int size_t; typedef unsigned int time_t; typedef unsigned char byte; +typedef unsigned long wxUIntPtr; #define wxWindowID int #define wxCoord int