mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 15:46:13 +00:00
[ATL] Add GET_X_LPARAM and GET_Y_LPARAM to atlwin.h
Remove all local definitions
This commit is contained in:
parent
007ec0310c
commit
f9e50f5471
8 changed files with 9 additions and 24 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue