mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 12:29:32 +08:00
* 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>
|
||||
|
||||
* include/mlang.h: New file.
|
||||
|
@ -152,6 +152,9 @@ DWORD WINAPI GetConsoleTitleW(LPWSTR,DWORD);
|
||||
BOOL WINAPI GetConsoleDisplayMode(LPDWORD);
|
||||
HWND WINAPI GetConsoleWindow(void);
|
||||
#endif
|
||||
#if (_WIN32_WINNT >= 0x0501)
|
||||
DWORD WINAPI GetConsoleProcessList(LPDWORD, DWORD);
|
||||
#endif
|
||||
COORD WINAPI GetLargestConsoleWindowSize(HANDLE);
|
||||
BOOL WINAPI GetNumberOfConsoleInputEvents(HANDLE,PDWORD);
|
||||
BOOL WINAPI GetNumberOfConsoleMouseButtons(PDWORD);
|
||||
|
Loading…
x
Reference in New Issue
Block a user