mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 17:52:56 +00:00
removed obsolete forward declaration
svn path=/trunk/; revision=11551
This commit is contained in:
parent
8cb1d77efd
commit
112d5270ee
1 changed files with 1 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: handle.c,v 1.19 2004/11/02 21:51:25 weiden Exp $
|
/* $Id: handle.c,v 1.20 2004/11/06 10:10:02 weiden Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS system libraries
|
* PROJECT: ReactOS system libraries
|
||||||
|
@ -18,9 +18,6 @@
|
||||||
|
|
||||||
/* GLOBALS *******************************************************************/
|
/* GLOBALS *******************************************************************/
|
||||||
|
|
||||||
BOOL STDCALL
|
|
||||||
InternalGetProcessId (HANDLE hProcess, LPDWORD lpProcessId);
|
|
||||||
|
|
||||||
HANDLE STDCALL
|
HANDLE STDCALL
|
||||||
DuplicateConsoleHandle (HANDLE hConsole,
|
DuplicateConsoleHandle (HANDLE hConsole,
|
||||||
DWORD dwDesiredAccess,
|
DWORD dwDesiredAccess,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue