// global functions
// ---------------------------------------------------------------------------
+extern "C"
+{
WXDLLEXPORT HINSTANCE wxGetInstance();
+}
+
WXDLLEXPORT void wxSetInstance(HINSTANCE hInst);
WXDLLEXPORT wxWindow* wxFindWinFromHandle(WXHWND hWnd);