summaryrefslogtreecommitdiff
path: root/src/video/win32_v.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/video/win32_v.cpp')
-rw-r--r--src/video/win32_v.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video/win32_v.cpp b/src/video/win32_v.cpp
index 838437fbc..1e811d1c9 100644
--- a/src/video/win32_v.cpp
+++ b/src/video/win32_v.cpp
@@ -480,9 +480,9 @@ static LRESULT CALLBACK WndProcGdi(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lP
r->right = r->left + w;
break;
}
-#endif
return TRUE;
}
+#endif
// needed for wheel
#if !defined(WM_MOUSEWHEEL)