mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Cleanup: Replace WINBOOL by BOOL
svn path=/trunk/; revision=7854
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* $Id: ps.c,v 1.1 2003/01/04 18:36:28 robd Exp $
|
||||
/* $Id: ps.c,v 1.2 2004/01/23 23:29:29 ekohl Exp $
|
||||
*
|
||||
* ReactOS ps - process list console viewer
|
||||
*
|
||||
@@ -60,7 +60,7 @@ int main()
|
||||
CloseHandle(pl);
|
||||
}
|
||||
/*
|
||||
WINBOOL
|
||||
BOOL
|
||||
STDCALL
|
||||
FileTimeToDosDateTime(
|
||||
CONST FILETIME *lpFileTime,
|
||||
|
||||
@@ -153,7 +153,7 @@ WriteConsole(PCHAR Buffer,
|
||||
/*--------------------------------------------------------------
|
||||
* ReadConsoleA
|
||||
*/
|
||||
WINBOOL
|
||||
BOOL
|
||||
STDCALL
|
||||
ReadConsoleA(HANDLE hConsoleInput,
|
||||
LPVOID lpBuffer,
|
||||
|
||||
Reference in New Issue
Block a user