Alias NMUPDOWN to be NM_UPDOWN, rather than overwrite NM_UPDOWN with
NMUPDOWN.
This commit is contained in:
parent
b0c4965427
commit
d2201355b3
|
@ -102,7 +102,7 @@ VOID WINAPI InitMUILanguage (LANGID uiLang);
|
|||
#define NM_SETCURSOR (NM_FIRST-17)
|
||||
#define NM_CHAR (NM_FIRST-18)
|
||||
#define NM_TOOLTIPSCREATED (NM_FIRST-19)
|
||||
#define NM_UPDOWN NMUPDOWN
|
||||
#define NMUPDOWN NM_UPDOWN
|
||||
|
||||
/* callback constants */
|
||||
#define LPSTR_TEXTCALLBACKA ((LPSTR)-1L)
|
||||
|
|
Loading…
Reference in New Issue