// wxYield();
}
-// Emit a beeeeeep
-void wxBell()
-{
- DosBeep(1000,1000); // 1kHz during 1 sec.
-}
-
wxString wxGetOsDescription()
{
wxString strVer(wxT("OS/2"));
}
return sError;
} // end of wxPMErrorToStr
-
-// replacement for implementation in unix/utilsunx.cpp,
-// to be used by all X11 based ports.
-struct wxEndProcessData;
-
-void wxHandleProcessTermination(wxEndProcessData *WXUNUSED(proc_data))
-{
- // For now, just do nothing. To be filled in as needed.
-}