- fix build

svn path=/trunk/; revision=35052
This commit is contained in:
Johannes Anderwald 2008-08-03 00:04:21 +00:00
parent 31d20f1882
commit 50fc6d657b

View file

@ -1,4 +1,15 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
* FILE: subsys/csrss/win32csr/appswitch.c
* PURPOSE: app switching functionality
* PROGRAMMERS: Johannes Anderwald (janderwald@reactos.org)
*/
#include "w32csr.h"
//#define NDEBUG
#include <debug.h>
typedef struct APPSWITCH_ITEM
{