fixed build error

svn path=/trunk/; revision=5546
This commit is contained in:
Royce Mitchell III 2003-08-12 21:08:14 +00:00
parent eef42bcfe5
commit 18ebc095c1

View file

@ -3,11 +3,20 @@
* in Windows XP and beyond ( i.e. a low priority for us right now )
*/
#undef WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <ddk/ntddk.h>
#include <stdlib.h>
#include <win32k/bitmaps.h>
#include <win32k/debug.h>
#include <debug.h>
#include <ddk/winddi.h>
#include "../eng/objects.h"
#include <include/error.h>
#define STUB(x) void x(void) { DbgPrint("WIN32K: Stub for %s\n", #x); }
typedef PVOID EVENT, *PEVENT;
BOOL
STDCALL
EngCreateEvent ( OUT PEVENT *ppEvent )