mirror of
https://github.com/reactos/reactos.git
synced 2025-07-23 12:23:42 +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;
|
||||
|
||||
#ifndef NTKERNELAPI
|
||||
#define NTKERNELAPI STDCAL
|
||||
#define NTKERNELAPI STDCALL
|
||||
#endif
|
||||
|
||||
#ifndef NTSYSAPI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue