mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[win32k]
- Remove a defined but not used definition of POINT_IN_RECT svn path=/trunk/; revision=53775
This commit is contained in:
parent
faff2536ea
commit
cca6723c9a
1 changed files with 0 additions and 2 deletions
|
@ -14,8 +14,6 @@
|
|||
|
||||
DBG_DEFAULT_CHANNEL(UserWnd);
|
||||
|
||||
#define POINT_IN_RECT(p, r) (((r.bottom >= p.y) && (r.top <= p.y))&&((r.left <= p.x )&&( r.right >= p.x )))
|
||||
|
||||
/* HELPER FUNCTIONS ***********************************************************/
|
||||
|
||||
BOOL FASTCALL UserUpdateUiState(PWND Wnd, WPARAM wParam)
|
||||
|
|
Loading…
Reference in a new issue