diff options
Diffstat (limited to 'c/win.cpp')
-rw-r--r-- | c/win.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |