From d2201355b3d7176806439aaea887a48893d3c5bb Mon Sep 17 00:00:00 2001
From: "Matthew J. Francis" <mfrancis@plus.net.uk>
Date: Wed, 14 Jun 2000 21:15:04 +0000
Subject: [PATCH] Alias NMUPDOWN to be NM_UPDOWN, rather than overwrite
 NM_UPDOWN with NMUPDOWN.

---
 include/commctrl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/commctrl.h b/include/commctrl.h
index 632178a6569..07fc811c75b 100644
--- a/include/commctrl.h
+++ b/include/commctrl.h
@@ -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)
-- 
GitLab