aboutsummaryrefslogtreecommitdiff
path: root/c/win.cpp
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-08-24 03:01:10 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-08-24 03:01:10 +0200
commitccb7d14a8b1ad6d80308c14a3f0b209d66c3c88d (patch)
treedb79708df0f22a9cb721bbadb644bbcb5f6e975b /c/win.cpp
parent9c237e1537238ebe95289ed6df82f6d43c482944 (diff)
downloadEpisodeBrowser-ccb7d14a8b1ad6d80308c14a3f0b209d66c3c88d.tar.gz
Add FetchScreenwriters. Improve thread communication.
Diffstat (limited to 'c/win.cpp')
-rw-r--r--c/win.cpp1
1 files changed, 0 insertions, 1 deletions
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