summaryrefslogtreecommitdiff
path: root/src/video
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
commit203ccad578032b8b299ce9d3c99e018ce259e0f5 (patch)
treef44320feac57b2f234f7d296a61c400ddde59123 /src/video
parent6a145e06c3bb4d0a9b2991dc09f41ed097684c85 (diff)
downloadopenttd-203ccad578032b8b299ce9d3c99e018ce259e0f5.tar.xz
(svn r8310) -Fix r8309: it is wise to put #endifs in the right place ;)
Diffstat (limited to 'src/video')
-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)