mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
[KERNEL32] GetConsoleProcessList is implemented, this prevents the console winetest from crashing
svn path=/trunk/; revision=46095
This commit is contained in:
@@ -324,7 +324,7 @@
|
||||
@ stdcall GetConsoleMode(long ptr)
|
||||
@ stdcall GetConsoleNlsMode(long ptr)
|
||||
@ stdcall GetConsoleOutputCP()
|
||||
@ stub GetConsoleProcessList ; missing in XP SP3
|
||||
@ stdcall GetConsoleProcessList(ptr long) ; missing in XP SP3
|
||||
@ stdcall GetConsoleScreenBufferInfo(long ptr)
|
||||
@ stdcall GetConsoleSelectionInfo(ptr)
|
||||
@ stdcall GetConsoleTitleA(ptr long)
|
||||
|
||||
Reference in New Issue
Block a user