Files
reactos/reactos/include/ddk/ntdef.h
T
Hartmut Birr d6ec424dbf Fixed the definition of NTKERNELAPI.
svn path=/trunk/; revision=3798
2002-11-27 20:46:44 +00:00

21 lines
271 B
C

#ifndef __INCLUDE_DDK_NTDEF_H
#define __INCLUDE_DDK_NTDEF_H
struct _KTHREAD;
struct _ETHREAD;
struct _EPROCESS;
#ifndef NTKERNELAPI
#define NTKERNELAPI STDCALL
#endif
#ifndef NTSYSAPI
#define NTSYSAPI STDCALL
#endif
#ifndef NTAPI
#define NTAPI STDCALL
#endif
#endif