mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
- fix build
svn path=/trunk/; revision=35052
This commit is contained in:
@@ -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 ([email protected])
|
||||
*/
|
||||
|
||||
#include "w32csr.h"
|
||||
//#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
typedef struct APPSWITCH_ITEM
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user