fixed win32k build, trunks builds again thanks w3seek for the help

svn path=/trunk/; revision=23959
This commit is contained in:
Magnus Olsen 2006-09-07 17:35:31 +00:00
parent 8f329a8565
commit 3387c46e16

View file

@ -40,7 +40,14 @@ extern "C" {
#define DDKCDECLAPI __cdecl
/* FIXME: REMOVE THIS UNCOMPATIBLE CRUFT!!! */
#define NTKERNELAPI
//#define NTKERNELAPI
#ifdef _NTOSKRNL_
#define NTKERNELAPI
#else
#define NTKERNELAPI DECLSPEC_IMPORT
#endif
#ifndef NTOSAPI
#define NTOSAPI NTKERNELAPI