Commit a370f3fc authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

ES_COMBO is not defined in the Windows headers. So define it if

necessary so the test can be compiled on Windows.
parent 403d8e23
......@@ -23,6 +23,11 @@
#include "wine/test.h"
#ifndef ES_COMBO
#define ES_COMBO 0x200
#endif
HWND create_editcontrol (DWORD style, DWORD exstyle)
{
HWND handle;
......
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