PyErr_SetString(PyExc_NotImplementedError,
"Create from data is not available on this platform.");
wxPyEndBlockThreads();
+ return False;
}
}
#endif
static void Stop();
#else
%extend {
- static void Stop() {}
+ static void Stop()
+ { wxPyRaiseNotImplemented(); }
}
#endif