]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/utils.h
all delete functions now send delete notification event
[wxWidgets.git] / include / wx / utils.h
index ac617007e0cc555ec09ab11c49e124c8beebc639..1be20a24b7f7cfb15c7cb83ba077fa0f33aa2902 100644 (file)
@@ -272,6 +272,11 @@ void WXDLLEXPORT wxGetMousePosition( int* x, int* y );
 #ifdef __WXMSW__
 WXDLLEXPORT extern const char* wxUserResourceStr;
 WXDLLEXPORT char* wxLoadUserResource(const wxString& resourceName, const wxString& resourceType = wxUserResourceStr);
+
+// Implemented in utils.cpp: VC++, Win95 only. Sets up a console for standard
+// input/output
+WXDLLEXPORT void wxRedirectIOToConsole();
+
 #endif
 
 // X only