2010-03-24 17:22:56 +00:00
|
|
|
// Reviewed for Unicode support by Jim Park -- 08/17/2007
|
|
|
|
|
2005-05-12 16:49:50 +00:00
|
|
|
#define _WIN32_IE 0x0400
|
2002-08-02 10:01:35 +00:00
|
|
|
#include <windows.h>
|
2010-04-21 09:09:47 +00:00
|
|
|
#include <richedit.h>
|
2002-08-02 10:01:35 +00:00
|
|
|
|
|
|
|
#ifndef IDC_STATIC
|
|
|
|
#define IDC_STATIC -1
|
|
|
|
#endif
|
2018-11-11 22:05:32 +00:00
|
|
|
|
|
|
|
#ifndef LWS_IGNORERETURN
|
|
|
|
#define LWS_IGNORERETURN 0x0002
|
|
|
|
#endif
|