]> git.saurik.com Git - wxWidgets.git/blob - wxPython/wxSWIG/swig_lib/tcl/delcmd.swg
define __GNUWIN32__ if __MINGW32__ is defined, so that it doesn't have to be defined...
[wxWidgets.git] / wxPython / wxSWIG / swig_lib / tcl / delcmd.swg
1 /* delcmd.swg : Tcl object deletion method */
2
3 static void TclDelete@CLASS@(ClientData clientData) {
4 @DESTRUCTOR@((@CLASSTYPE@) clientData);
5 }
6