diff options
author | truelight <truelight@openttd.org> | 2007-01-21 14:36:08 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2007-01-21 14:36:08 +0000 |
commit | 203ccad578032b8b299ce9d3c99e018ce259e0f5 (patch) | |
tree | f44320feac57b2f234f7d296a61c400ddde59123 /src | |
parent | 6a145e06c3bb4d0a9b2991dc09f41ed097684c85 (diff) | |
download | openttd-203ccad578032b8b299ce9d3c99e018ce259e0f5.tar.xz |
(svn r8310) -Fix r8309: it is wise to put #endifs in the right place ;)
Diffstat (limited to 'src')
-rw-r--r-- | src/video/win32_v.cpp | 2 |
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) |