summaryrefslogtreecommitdiffstats
path: root/client/windows/platform.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'client/windows/platform.cpp')
-rw-r--r--client/windows/platform.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/client/windows/platform.cpp b/client/windows/platform.cpp
index 6d5deba5..11f13266 100644
--- a/client/windows/platform.cpp
+++ b/client/windows/platform.cpp
@@ -218,6 +218,11 @@ uint64_t Platform::get_thread_id()
return GetCurrentThreadId();
}
+void Platform::error_beep()
+{
+ MessageBeep(MB_ICONERROR);
+}
+
class WinMonitor: public Monitor {
public:
WinMonitor(int id, const wchar_t* name, const wchar_t* string);