Commit ae897035 authored by Serge Ivanov's avatar Serge Ivanov Committed by Alexandre Julliard

Added undocumented window style.

parent ac986830
......@@ -276,6 +276,7 @@ typedef struct
#define ES_AUTOVSCROLL 0x00000040
#define ES_AUTOHSCROLL 0x00000080
#define ES_NOHIDESEL 0x00000100
#define ES_COMBO 0x00000200 /* Undocumented. Parent is a combobox */
#define ES_OEMCONVERT 0x00000400
#define ES_READONLY 0x00000800
#define ES_WANTRETURN 0x00001000
......
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