mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Fixed the definition of NTKERNELAPI.
svn path=/trunk/; revision=3798
This commit is contained in:
parent
6dc09f22d2
commit
d6ec424dbf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue