mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 13:52:30 +00:00
9ea495ba33
svn path=/branches/header-work/; revision=45691
13 lines
306 B
C
13 lines
306 B
C
/* $Id$
|
|
*
|
|
* COPYRIGHT: See COPYING in the top level directory
|
|
* PROJECT: ReactOS system libraries
|
|
* FILE: subsys/csrss/win32csr/guiconsole.h
|
|
* PURPOSE: Interface to GUI consoles
|
|
*/
|
|
|
|
#include "api.h"
|
|
|
|
NTSTATUS FASTCALL GuiInitConsole(PCSRSS_CONSOLE Console);
|
|
|
|
/*EOF*/
|