Fixed the definition of NTKERNELAPI.

svn path=/trunk/; revision=3798
This commit is contained in:
Hartmut Birr 2002-11-27 20:46:44 +00:00
parent 6dc09f22d2
commit d6ec424dbf

View file

@ -6,7 +6,7 @@ struct _ETHREAD;
struct _EPROCESS; struct _EPROCESS;
#ifndef NTKERNELAPI #ifndef NTKERNELAPI
#define NTKERNELAPI STDCAL #define NTKERNELAPI STDCALL
#endif #endif
#ifndef NTSYSAPI #ifndef NTSYSAPI