mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
fixed win32k build, trunks builds again thanks w3seek for the help
svn path=/trunk/; revision=23959
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user