From ccb7d14a8b1ad6d80308c14a3f0b209d66c3c88d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Wed, 24 Aug 2022 03:01:10 +0200 Subject: Add FetchScreenwriters. Improve thread communication. --- c/win.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'c/win.cpp') diff --git a/c/win.cpp b/c/win.cpp index e8c429d..ba42508 100644 --- a/c/win.cpp +++ b/c/win.cpp @@ -107,7 +107,6 @@ void ShowException(const wchar_t* const fmt, const wchar_t* const title, const U Swprintf(msg, fmt, what); EBMessageBox(msg, title, uType); } - } int GetRelativeCursorPos(const HWND hWnd, POINT* const pt) noexcept -- cgit v1.2.3