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

necessary so the test can be compiled on Windows.
This commit is contained in:
Francois Gouget 2005-02-14 11:02:06 +00:00 committed by Alexandre Julliard
parent 403d8e23cd
commit a370f3fc0b

View file

@ -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;