]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/utils.cpp
Added wxBufferedDC class.
[wxWidgets.git] / src / os2 / utils.cpp
index 6cc381d71839eec8ff800e9e6ed571a4a04ae519..5ac046f10a676010e9ed48875589bfb90594b303 100644 (file)
@@ -291,6 +291,8 @@ void wxFlushEvents()
 //  wxYield();
 }
 
+#if WXWIN_COMPATIBILITY_2_2
+
 // Output a debug mess., in a system dependent fashion.
 void wxDebugMsg(
   const wxChar*                     zFmt ...
@@ -343,6 +345,8 @@ void wxFatalError(
     DosExit(EXIT_PROCESS, ulRc);
 }
 
+#endif // WXWIN_COMPATIBILITY_2_2
+
 // Emit a beeeeeep
 void wxBell()
 {
@@ -1241,7 +1245,7 @@ void wxOS2SetFont(
             break;
 
         case wxMODERN:
-            strcpy(zFacename, "System Vio");
+            strcpy(zFacename, "System VIO");
             break;
 
         case wxSWISS:
@@ -1250,7 +1254,7 @@ void wxOS2SetFont(
 
         case wxDEFAULT:
         default:
-            strcpy(zFacename, "System Vio");
+            strcpy(zFacename, "System VIO");
             break;
     }