Alias NMUPDOWN to be NM_UPDOWN, rather than overwrite NM_UPDOWN with

NMUPDOWN.
This commit is contained in:
Matthew J. Francis 2000-06-14 21:15:04 +00:00 committed by Alexandre Julliard
parent b0c4965427
commit d2201355b3
1 changed files with 1 additions and 1 deletions

View File

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