From 855ac7a8f7def7cd52ba30a22d16d8f112a90a05 Mon Sep 17 00:00:00 2001 From: Andreas Mohr Date: Fri, 13 Oct 2000 23:09:56 +0000 Subject: [PATCH] Added MSGF_DDEMGR. --- include/winuser.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/include/winuser.h b/include/winuser.h index 103532942d3..23aff59c46a 100644 --- a/include/winuser.h +++ b/include/winuser.h @@ -92,11 +92,9 @@ typedef struct #define KL_NAMELENGTH 9 - /***** Dialogs *****/ -#ifdef FSHIFT -/* Gcc on Solaris has a version of this that we don't care about. */ +/***** Dialogs *****/ +/* Gcc on Solaris has a version of this that we don't care about */ #undef FSHIFT -#endif #define FVIRTKEY TRUE /* Assumed to be == TRUE */ #define FNOINVERT 0x02 @@ -1219,7 +1217,8 @@ typedef struct #define MSGF_SCROLLBAR 5 #define MSGF_NEXTWINDOW 6 #define MSGF_MAINLOOP 8 -#define MSGF_USER 4096 +#define MSGF_USER 0x1000 +#define MSGF_DDEMGR 0x8001 typedef struct {