add missing member bFullscreenSupported to _CONSOLE_SCREEN_BUFFER_INFOEX

svn path=/trunk/; revision=66427
This commit is contained in:
Christoph von Wittich 2015-02-23 17:31:27 +00:00
parent a2605cb0d4
commit 3b264430a4

View file

@ -284,6 +284,7 @@ typedef struct _CONSOLE_SCREEN_BUFFER_INFOEX {
SMALL_RECT srWindow;
COORD dwMaximumWindowSize;
WORD wPopupAttributes;
BOOL bFullscreenSupported;
COLORREF ColorTable[16];
} CONSOLE_SCREEN_BUFFER_INFOEX, *PCONSOLE_SCREEN_BUFFER_INFOEX;