A bit of W32API friendliness...
Modified: trunk/reactos/include/ddk/ntbootvid.h
--- trunk/reactos/include/ddk/ntbootvid.h 2005-06-17 13:05:11 UTC (rev 15977) +++ trunk/reactos/include/ddk/ntbootvid.h 2005-06-17 13:12:45 UTC (rev 15978) @@ -7,5 +7,5 @@
typedef struct {
- BOOL STDCALL_FUNC (*ResetDisplay)(VOID);
+ BOOL (STDCALL *ResetDisplay)(VOID);
} NTBOOTVID_FUNCTION_TABLE;