]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/utilsgui.cpp
Disable the recently added wxFileSystemWatcher unit case under Windows.
[wxWidgets.git] / src / msw / utilsgui.cpp
index c18e1eaf59971c4aa15da056cc0c2073fb904e7e..b2cce08f54398722b8490e348333f61fa60faec1 100644 (file)
 // implementation
 // ============================================================================
 
+// Emit a beeeeeep
+void wxBell()
+{
+    ::MessageBeep((UINT)-1);        // default sound
+}
+
 // ---------------------------------------------------------------------------
 // helper functions for showing a "busy" cursor
 // ---------------------------------------------------------------------------