Commit bd370c4b authored by Ove Kaaven's avatar Ove Kaaven Committed by Alexandre Julliard

Added CN_* flags used in WM_COMMNOTIFY.

parent 31ce102f
......@@ -475,6 +475,11 @@ typedef struct
#pragma pack(4)
/* WM_COMMNOTIFY flags */
#define CN_RECEIVE 0x0001
#define CN_TRANSMIT 0x0002
#define CN_EVENT 0x0004
BOOL16 WINAPI CheckMenuRadioItem16(HMENU16,UINT16,UINT16,UINT16,UINT16);
HICON16 WINAPI CopyImage16(HANDLE16,UINT16,INT16,INT16,UINT16);
HICON16 WINAPI CreateIconFromResource16(LPBYTE,UINT16,BOOL16,DWORD);
......
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