+Comment: FIXME: at least NTAPI should be STDCALL ?
authorshort <>
Sat, 9 Nov 2002 14:46:16 +0000 (14:46 +0000)
committershort <>
Sat, 9 Nov 2002 14:46:16 +0000 (14:46 +0000)
include/ddk/ntdef.h
include/pe.h

index 264adc1..a1dcea9 100644 (file)
@@ -7,6 +7,7 @@ struct _EPROCESS;
 
 #define NTKERNELAPI
 #define NTSYSAPI
+/* FIXME: at least NTAPI should be STDCALL ? */
 #define NTAPI
 
 
index 0905542..f4b19f6 100644 (file)
@@ -3,6 +3,7 @@
 
 #define _ANONYMOUS_UNION __extension__
 #define _ANONYMOUS_STRUCT __extension__
+/* FIXME: at least NTAPI should be STDCALL ? */
 #define NTAPI
 
 #define ROUND_UP(N, S) ((((N) + (S) - 1) / (S)) * (S))