Commit 6a0cdd07 authored by Eric Kohl's avatar Eric Kohl Committed by Alexandre Julliard

Added command and return constants used by WM_NOTIFYFORMAT.

parent 2bd3acf7
......@@ -3410,6 +3410,12 @@ typedef struct
#define WM_CPL_LAUNCH (WM_USER + 1000)
#define WM_CPL_LAUNCHED (WM_USER + 1001)
/* WM_NOTIFYFORMAT commands and return values */
#define NFR_ANSI 1
#define NFR_UNICODE 2
#define NF_QUERY 3
#define NF_REQUERY 4
/* Key status flags for mouse events */
#define MK_LBUTTON 0x0001
#define MK_RBUTTON 0x0002
......
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