mirror of
https://github.com/reactos/reactos.git
synced 2026-06-03 09:51:03 +08:00
[ATL] Add GET_X_LPARAM and GET_Y_LPARAM to atlwin.h
Remove all local definitions
This commit is contained in:
committed by
Giannis Adamopoulos
parent
007ec0310c
commit
f9e50f5471
@@ -28,9 +28,6 @@
|
||||
|
||||
#define IDS_MENU_EMPTY 34561
|
||||
|
||||
#define GET_X_LPARAM(lp) ((int)(short)LOWORD(lp))
|
||||
#define GET_Y_LPARAM(lp) ((int)(short)HIWORD(lp))
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(CMenuToolbars);
|
||||
|
||||
// FIXME: Enable if/when wine comctl supports this flag properly
|
||||
|
||||
Reference in New Issue
Block a user