Commit d2201355 authored by Matthew J. Francis's avatar Matthew J. Francis Committed by Alexandre Julliard

Alias NMUPDOWN to be NM_UPDOWN, rather than overwrite NM_UPDOWN with

NMUPDOWN.
parent b0c49654
...@@ -102,7 +102,7 @@ VOID WINAPI InitMUILanguage (LANGID uiLang); ...@@ -102,7 +102,7 @@ VOID WINAPI InitMUILanguage (LANGID uiLang);
#define NM_SETCURSOR (NM_FIRST-17) #define NM_SETCURSOR (NM_FIRST-17)
#define NM_CHAR (NM_FIRST-18) #define NM_CHAR (NM_FIRST-18)
#define NM_TOOLTIPSCREATED (NM_FIRST-19) #define NM_TOOLTIPSCREATED (NM_FIRST-19)
#define NM_UPDOWN NMUPDOWN #define NMUPDOWN NM_UPDOWN
/* callback constants */ /* callback constants */
#define LPSTR_TEXTCALLBACKA ((LPSTR)-1L) #define LPSTR_TEXTCALLBACKA ((LPSTR)-1L)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment