Commit 78a5047d authored by Phil Krylov's avatar Phil Krylov Committed by Alexandre Julliard

Added ES_SELECTIONBAR style.

parent 03ca7640
......@@ -172,6 +172,7 @@ typedef DWORD (CALLBACK * EDITSTREAMCALLBACK)( DWORD, LPBYTE, LONG, LONG * );
#define ES_SELFIME 0x00040000
#define ES_NOIME 0x00080000
#define ES_VERTICAL 0x00400000
#define ES_SELECTIONBAR 0x01000000
#define ES_EX_NOCALLOLEINIT 0x01000000
/* the character formatting options */
......
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