2003-03-17 Bang Jun-Young <junyoung@netbsd.org>

* include/winbase.h (EnumResourceLanguages[AW]): Correct prototypes.
	(EnumResourceNames[AW]): Ditto.
	(EnumResourceTypes[AW]): Ditto.
	* include/wincon.h (CONSOLE_FONT_INFO): Add struct.
This commit is contained in:
Danny Smith
2003-03-17 10:01:07 +00:00
parent 48051a71ce
commit 4b170a4bf4
3 changed files with 17 additions and 6 deletions

View File

@@ -72,6 +72,10 @@ typedef struct _COORD {
SHORT X;
SHORT Y;
} COORD;
typedef struct _CONSOLE_FONT_INFO {
DWORD nFont;
COORD dwFontSize;
} CONSOLE_FONT_INFO, *PCONSOLE_FONT_INFO;
typedef struct _CONSOLE_SCREEN_BUFFER_INFO {
COORD dwSize;
COORD dwCursorPosition;