X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6e2129f90f06ac57918023898392a8f3020b2a22..94bc8b14d4f74c5bb831b0eca20a45c751fbb5fe:/wxPython/src/wxPython.h diff --git a/wxPython/src/wxPython.h b/wxPython/src/wxPython.h index 934894b2a7..67fb55da52 100644 --- a/wxPython/src/wxPython.h +++ b/wxPython/src/wxPython.h @@ -90,6 +90,9 @@ static void wxPyCoreAPI_IMPORT() { #define wxPyUserData_dtor(a) (wxPyCoreAPIPtr->p_wxPyUserData_dtor(a)) #define wxPyOORClientData_dtor(a) (wxPyCoreAPIPtr->p_wxPyOORClientData_dtor(a)) +#define wxPyCBInputStream_create(a, b) (wxPyCoreAPIPtr->p_wxPyCBInputStream_create(a, b)) + + // This one is special. It's the first function called in SWIG generated // modules, so we'll use it to also import the API. #define SWIG_newvarlink() (wxPyCoreAPI_IMPORT(), wxPyCoreAPIPtr->p_SWIG_newvarlink())