Skip to content

Commit 153e1f4

Browse files
committed
Update
1 parent 469c975 commit 153e1f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/core/contexts/win32windowcontext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2329,7 +2329,7 @@ namespace QWK {
23292329
if (!mouseHook) {
23302330
mouseHook = ::SetWindowsHookExW(
23312331
WH_MOUSE,
2332-
[](int nCode, WPARAM wParam, LPARAM lParam) -> LRESULT WINAPI {
2332+
[](int nCode, WPARAM wParam, LPARAM lParam) -> LRESULT {
23332333
if (nCode >= 0) {
23342334
switch (wParam) {
23352335
case WM_LBUTTONDBLCLK:

0 commit comments

Comments
 (0)