mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[win32k]
- Remove a defined but not used definition of POINT_IN_RECT svn path=/trunk/; revision=53775
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user