]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/utilsexc.cpp
Added wxBufferedDC class.
[wxWidgets.git] / src / os2 / utilsexc.cpp
index 92187d9b616835a96d155b0708fc48cf86a84ba5..731951079715984ea9db1009725ba9ca213c1fe6 100644 (file)
@@ -35,8 +35,6 @@
 #include <ctype.h>
 #ifdef __EMX__
 #include <dirent.h>
-#else
-#include <direct.h>
 #endif
 
 #include <sys/stat.h>
@@ -132,8 +130,6 @@ MRESULT APIENTRY wxExecuteWindowCbk(
     return 0;
 }
 
-extern wxChar wxPanelClassName[];
-
 long wxExecute(
   const wxString&                   rCommand
 , bool                              bSync