SWIGged code update for wxMac

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15951 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-06-24 23:06:18 +00:00
parent 17b439e88a
commit 4615b72539
4 changed files with 825 additions and 8 deletions

View File

@@ -633,12 +633,12 @@ extern "C" SWIGEXPORT(void) initfontsc();
// the wxc module and will then have safe access to these functions, even if
// in another shared library.
static wxPyCoreAPI API = {
SWIG_MakePtr,
SWIG_GetPtr,
SWIG_GetPtrObj,
SWIG_RegisterMapping,
SWIG_addvarlink,
SWIG_newvarlink,
(p_SWIG_MakePtr_t)SWIG_MakePtr,
(p_SWIG_GetPtr_t)SWIG_GetPtr,
(p_SWIG_GetPtrObj_t)SWIG_GetPtrObj,
(p_SWIG_RegisterMapping_t)SWIG_RegisterMapping,
(p_SWIG_addvarlink_t)SWIG_addvarlink,
(p_SWIG_newvarlink_t)SWIG_newvarlink,
wxPyBeginAllowThreads,
wxPyEndAllowThreads,