From cb29fb86c02ffd7692bb2f4f047e01f5c1f88f29 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 11 Dec 2000 02:33:52 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8900 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/SWIG/pyexp.swg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wxPython/SWIG/pyexp.swg b/wxPython/SWIG/pyexp.swg index ab6ecf5400..a7305579be 100644 --- a/wxPython/SWIG/pyexp.swg +++ b/wxPython/SWIG/pyexp.swg @@ -1,3 +1,5 @@ +#include +#include /* Definitions for Windows/Unix exporting */ #if defined(__WIN32__) # if defined(_MSC_VER) @@ -18,6 +20,7 @@ #ifdef __cplusplus extern "C" { #endif + extern void SWIG_MakePtr(char *, void *, char *); extern void SWIG_RegisterMapping(char *, char *, void *(*)(void *)); extern char *SWIG_GetPtr(char *, void **, char *); -- 2.47.2