mirror of https://github.com/OpenTTD/OpenTTD
(svn r8310) -Fix r8309: it is wise to put #endifs in the right place ;)
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