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:
parent
403d8e23cd
commit
a370f3fc0b
|
@ -23,6 +23,11 @@
|
||||||
|
|
||||||
#include "wine/test.h"
|
#include "wine/test.h"
|
||||||
|
|
||||||
|
#ifndef ES_COMBO
|
||||||
|
#define ES_COMBO 0x200
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
HWND create_editcontrol (DWORD style, DWORD exstyle)
|
HWND create_editcontrol (DWORD style, DWORD exstyle)
|
||||||
{
|
{
|
||||||
HWND handle;
|
HWND handle;
|
||||||
|
|
Loading…
Reference in New Issue