X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f9788a11c4972a14a148d8d2751940b796eb49a0..9f7948af90ec2e3b907944e7d979f0863910c5c8:/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() {