[ATL] Add GET_X_LPARAM and GET_Y_LPARAM to atlwin.h

Remove all local definitions
This commit is contained in:
Mark Jansen 2019-01-14 20:50:37 +01:00 committed by Giannis Adamopoulos
parent 007ec0310c
commit f9e50f5471
8 changed files with 9 additions and 24 deletions

View file

@ -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