mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-16 00:12:51 +00:00
(svn r8310) -Fix r8309: it is wise to put #endifs in the right place ;)
This commit is contained in:
parent
6a145e06c3
commit
203ccad578
@ -480,9 +480,9 @@ static LRESULT CALLBACK WndProcGdi(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lP
|
|||||||
r->right = r->left + w;
|
r->right = r->left + w;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
// needed for wheel
|
// needed for wheel
|
||||||
#if !defined(WM_MOUSEWHEEL)
|
#if !defined(WM_MOUSEWHEEL)
|
||||||
|
Loading…
Reference in New Issue
Block a user