* include/wincon.h: Define GetConsoleWindow(void).
This commit is contained in:
parent
ab7f9b938f
commit
91edb60487
|
@ -1,3 +1,7 @@
|
|||
2002-08-30 Christopher January <ccj00@doc.ic.ac.uk>
|
||||
|
||||
* include/wincon.h: Define GetConsoleWindow(void).
|
||||
|
||||
2002-08-28 Earnie Boyd <earnie@users.sf.net>
|
||||
|
||||
* include/w32api.h: Increment version to 2.1.
|
||||
|
|
|
@ -132,6 +132,7 @@ UINT WINAPI GetConsoleOutputCP(void);
|
|||
BOOL WINAPI GetConsoleScreenBufferInfo(HANDLE,PCONSOLE_SCREEN_BUFFER_INFO);
|
||||
DWORD WINAPI GetConsoleTitleA(LPSTR,DWORD);
|
||||
DWORD WINAPI GetConsoleTitleW(LPWSTR,DWORD);
|
||||
HWND WINAPI GetConsoleWindow(void);
|
||||
COORD WINAPI GetLargestConsoleWindowSize(HANDLE);
|
||||
BOOL WINAPI GetNumberOfConsoleInputEvents(HANDLE,PDWORD);
|
||||
BOOL WINAPI GetNumberOfConsoleMouseButtons(PDWORD);
|
||||
|
|
Loading…
Reference in New Issue