* include/wincon.h (GetConsoleProcessList): Declare.
This commit is contained in:
parent
1c051b91c4
commit
a68a2dbab4
@ -1,3 +1,8 @@
|
|||||||
|
|
||||||
|
2006-03-27 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
|
* include/wincon.h (GetConsoleProcessList): Declare.
|
||||||
|
|
||||||
2006-03-27 Hansres Engel <engel@node.ch>
|
2006-03-27 Hansres Engel <engel@node.ch>
|
||||||
|
|
||||||
* include/mlang.h: New file.
|
* include/mlang.h: New file.
|
||||||
|
@ -152,6 +152,9 @@ DWORD WINAPI GetConsoleTitleW(LPWSTR,DWORD);
|
|||||||
BOOL WINAPI GetConsoleDisplayMode(LPDWORD);
|
BOOL WINAPI GetConsoleDisplayMode(LPDWORD);
|
||||||
HWND WINAPI GetConsoleWindow(void);
|
HWND WINAPI GetConsoleWindow(void);
|
||||||
#endif
|
#endif
|
||||||
|
#if (_WIN32_WINNT >= 0x0501)
|
||||||
|
DWORD WINAPI GetConsoleProcessList(LPDWORD, DWORD);
|
||||||
|
#endif
|
||||||
COORD WINAPI GetLargestConsoleWindowSize(HANDLE);
|
COORD WINAPI GetLargestConsoleWindowSize(HANDLE);
|
||||||
BOOL WINAPI GetNumberOfConsoleInputEvents(HANDLE,PDWORD);
|
BOOL WINAPI GetNumberOfConsoleInputEvents(HANDLE,PDWORD);
|
||||||
BOOL WINAPI GetNumberOfConsoleMouseButtons(PDWORD);
|
BOOL WINAPI GetNumberOfConsoleMouseButtons(PDWORD);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user