- start implementing the alt-tab app switching dialog
[reactos.git] / reactos / subsystems / win32 / csrss / win32csr / guiconsole.h
1 /* $Id$
2 *
3 * COPYRIGHT: See COPYING in the top level directory
4 * PROJECT: ReactOS system libraries
5 * FILE: subsys/csrss/win32csr/guiconsole.h
6 * PURPOSE: Interface to GUI consoles
7 */
8
9 #include "api.h"
10
11 NTSTATUS FASTCALL GuiInitConsole(PCSRSS_CONSOLE Console);
12
13 /*EOF*/