From 82bd61672da6c0954bcb150c4a49be4bdf6720fe Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 5 Oct 2004 20:52:20 +0000 Subject: [PATCH] Typedef for wxUIntPtr git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29666 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_defs.i | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.2