]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/app.h
new y position transforms in dc. Def updates and add imagexpm.cpp to make.
[wxWidgets.git] / include / wx / os2 / app.h
index 8aa43dda8c78b47d9fc4af2f0f5303cdfacdf2eb..4a5422a4df83e3b905f388b6258af85ad078de01 100644 (file)
@@ -30,6 +30,12 @@ void WXDLLEXPORT wxExit(void);
 // Yield to other apps/messages
 bool WXDLLEXPORT wxYield(void);
 
+extern MRESULT EXPENTRY wxWndProc( HWND
+                                  ,ULONG
+                                  ,MPARAM
+                                  ,MPARAM
+                                 );
+
 // Represents the application. Derive OnInit and declare
 // a new App object to start application
 class WXDLLEXPORT wxApp : public wxAppBase