]> git.saurik.com Git - wxWidgets.git/commitdiff
Typedef for wxUIntPtr
authorRobin Dunn <robin@alldunn.com>
Tue, 5 Oct 2004 20:52:20 +0000 (20:52 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 5 Oct 2004 20:52:20 +0000 (20:52 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29666 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_defs.i

index 0d304887190619c0308508ca4b638af4f64858c6..207b8eaf9c9e9faeb8d305f94bcbfb51ef9629bb 100644 (file)
@@ -48,6 +48,7 @@ typedef int             wxEventType;
 typedef unsigned int    size_t;
 typedef unsigned int    time_t;
 typedef unsigned char   byte;
 typedef unsigned int    size_t;
 typedef unsigned int    time_t;
 typedef unsigned char   byte;
+typedef unsigned long   wxUIntPtr;
 
 #define wxWindowID      int
 #define wxCoord         int
 
 #define wxWindowID      int
 #define wxCoord         int