src/dep/mingw/include/mingw_win32.h: fix SETTETEX errors w/newer mingw
This commit is contained in:
parent
0c688cfdb5
commit
ed7bab8ea5
|
@ -54,12 +54,14 @@
|
|||
#define ST_SELECTION (2)
|
||||
|
||||
#if __W32API_MAJOR_VERSION >=3 && __W32API_MINOR_VERSION < 8
|
||||
#if __GNUC__ <= 6
|
||||
typedef struct _settextex
|
||||
{
|
||||
DWORD flags;
|
||||
UINT codepage;
|
||||
} SETTEXTEX;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// Macro used for handling Window Messages
|
||||
#if not defined HANDLE_WM_DISPLAYCHANGE
|
||||
|
|
Loading…
Reference in New Issue