diff --git a/src/video/win32_v.cpp b/src/video/win32_v.cpp index 838437fbc5..1e811d1c9c 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)