src/dep/mingw/include/mingw_win32.h: fix SETTETEX errors w/newer mingw

This commit is contained in:
dinkc64 2018-12-30 08:50:41 -05:00
parent 0c688cfdb5
commit ed7bab8ea5
1 changed files with 2 additions and 0 deletions

View File

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