X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f9788a11c4972a14a148d8d2751940b796eb49a0..34040e3126a6714928377e6f81cc2a9eb476075f:/src/motif/utils.cpp diff --git a/src/motif/utils.cpp b/src/motif/utils.cpp index b14765332d..77bdbe3d6b 100644 --- a/src/motif/utils.cpp +++ b/src/motif/utils.cpp @@ -127,11 +127,14 @@ int wxAddProcessCallback(wxEndProcessData *proc_data, int fd) // ---------------------------------------------------------------------------- // Emit a beeeeeep +#ifndef __EMX__ +// on OS/2, we use the wxBell from wxBase library (src/os2/utils.cpp) void wxBell() { // Use current setting for the bell XBell (wxGlobalDisplay(), 0); } +#endif wxToolkitInfo& wxGUIAppTraits::GetToolkitInfo() {