Commit fadc18e0 authored by Huw D M Davies's avatar Huw D M Davies Committed by Alexandre Julliard

Added HWND_MESSAGE.

parent bdee2120
...@@ -2433,6 +2433,7 @@ DECL_WINELIB_TYPE_AW(LPICONMETRICS) ...@@ -2433,6 +2433,7 @@ DECL_WINELIB_TYPE_AW(LPICONMETRICS)
#define HWND_BOTTOM ((HWND)1) #define HWND_BOTTOM ((HWND)1)
#define HWND_TOPMOST ((HWND)-1) #define HWND_TOPMOST ((HWND)-1)
#define HWND_NOTOPMOST ((HWND)-2) #define HWND_NOTOPMOST ((HWND)-2)
#define HWND_MESSAGE ((HWND)-3)
#define MF_INSERT 0x0000 #define MF_INSERT 0x0000
#define MF_CHANGE 0x0080 #define MF_CHANGE 0x0080
......
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