(svn r8310) -Fix r8309: it is wise to put #endifs in the right place ;)
authortruelight
Sun, 21 Jan 2007 14:36:08 +0000
changeset 5759 213aacbe7b07
parent 5758 4b10d28b54c7
child 5760 483b8c081776
(svn r8310) -Fix r8309: it is wise to put #endifs in the right place ;)
src/video/win32_v.cpp
--- a/src/video/win32_v.cpp	Sun Jan 21 14:32:40 2007 +0000
+++ b/src/video/win32_v.cpp	Sun Jan 21 14:36:08 2007 +0000
@@ -480,9 +480,9 @@
 					r->right = r->left + w;
 					break;
 			}
-#endif
 			return TRUE;
 		}
+#endif
 
 // needed for wheel
 #if !defined(WM_MOUSEWHEEL)