summaryrefslogtreecommitdiff
path: root/src/video/win32_v.cpp
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2007-01-21 14:36:08 +0000
committertruelight <truelight@openttd.org>2007-01-21 14:36:08 +0000
commit21c7801345d3ed15d757b8ff09f291b571500fd9 (patch)
treef44320feac57b2f234f7d296a61c400ddde59123 /src/video/win32_v.cpp
parentb488d9d4202475a28e47891d4ea58a1ba57528e6 (diff)
downloadopenttd-21c7801345d3ed15d757b8ff09f291b571500fd9.tar.xz
(svn r8310) -Fix r8309: it is wise to put #endifs in the right place ;)
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)