headers/cfgmgr32: Fix the type of DWORD_MAX to be a DWORD. Signed-off-by: David Grayson <davidegrayson@gmail.com> Co-authored-by: LIU Hao <lh_mouse@126.com> Signed-off-by: LIU Hao <lh_mouse@126.com>
diff --git a/mingw-w64-headers/include/cfgmgr32.h b/mingw-w64-headers/include/cfgmgr32.h index b1910e1..925e7c4 100644 --- a/mingw-w64-headers/include/cfgmgr32.h +++ b/mingw-w64-headers/include/cfgmgr32.h
@@ -37,8 +37,8 @@ #define MAX_IRQS 7 #define MAX_DMA_CHANNELS 7 -#define DWORD_MAX 0xFFFFFFFF -#define DWORDLONG_MAX 0xFFFFFFFFFFFFFFFF +#define DWORD_MAX __MSABI_LONG(0xffffffffu) +#define DWORDLONG_MAX 0xffffffffffffffffull #define CONFIGMG_VERSION 0x0400