X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e1146627e2bf16a48554e1c224f427dbd6247c5d..f8eebb9543004e8a1bf91d84d7ee38f33f977450:/src/os2/utils.cpp diff --git a/src/os2/utils.cpp b/src/os2/utils.cpp index 6cc381d718..1475bbef3d 100644 --- a/src/os2/utils.cpp +++ b/src/os2/utils.cpp @@ -198,6 +198,13 @@ bool wxShell( return (rc != 0); } +// Shutdown or reboot the PC +bool wxShutdown(wxShutdownFlags wFlags) +{ + // TODO + return FALSE; +} + // Get free memory in bytes, or -1 if cannot determine amount (e.g. on UNIX) long wxGetFreeMemory() { @@ -291,6 +298,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 +352,8 @@ void wxFatalError( DosExit(EXIT_PROCESS, ulRc); } +#endif // WXWIN_COMPATIBILITY_2_2 + // Emit a beeeeeep void wxBell() { @@ -1241,7 +1252,7 @@ void wxOS2SetFont( break; case wxMODERN: - strcpy(zFacename, "System Vio"); + strcpy(zFacename, "System VIO"); break; case wxSWISS: @@ -1250,7 +1261,7 @@ void wxOS2SetFont( case wxDEFAULT: default: - strcpy(zFacename, "System Vio"); + strcpy(zFacename, "System VIO"); break; }