[PATCH 01/27] include/commctrl.h: fix definition of CLR_* macros

Eric Pouech eric.pouech at gmail.com
Mon Feb 28 01:25:18 CST 2022


Signed-off-by: Eric Pouech <eric.pouech at gmail.com>

---
 include/commctrl.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/commctrl.h b/include/commctrl.h
index 944a9158371..b829e4498ea 100644
--- a/include/commctrl.h
+++ b/include/commctrl.h
@@ -476,8 +476,8 @@ typedef struct
 struct _IMAGELIST;
 typedef struct _IMAGELIST *HIMAGELIST;
 
-#define CLR_NONE         0xFFFFFFFF
-#define CLR_DEFAULT      0xFF000000
+#define CLR_NONE         __MSABI_LONG(0xFFFFFFFF)
+#define CLR_DEFAULT      __MSABI_LONG(0xFF000000)
 #define CLR_HILIGHT      CLR_DEFAULT
 
 #define ILC_MASK             0x00000001




More information about the wine-devel mailing list