Changes needed to allow compilation with SunCC.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15894 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-06-20 21:53:11 +00:00
parent 9de6ef00c7
commit 1f1787645c

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,