Cleanup: Replace WINBOOL by BOOL

svn path=/trunk/; revision=7854
This commit is contained in:
Eric Kohl 2004-01-23 23:30:23 +00:00
parent 138cbd27ed
commit ac2bc52c3f
2 changed files with 3 additions and 3 deletions

View file

@ -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,

View file

@ -153,7 +153,7 @@ WriteConsole(PCHAR Buffer,
/*--------------------------------------------------------------
* ReadConsoleA
*/
WINBOOL
BOOL
STDCALL
ReadConsoleA(HANDLE hConsoleInput,
LPVOID lpBuffer,