From 05548c5587498ab851126bc2fbf427b013653bfa Mon Sep 17 00:00:00 2001 From: Filip Navara Date: Fri, 17 Jun 2005 13:12:45 +0000 Subject: [PATCH] A bit of W32API friendliness... svn path=/trunk/; revision=15978 --- reactos/include/ddk/ntbootvid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/include/ddk/ntbootvid.h b/reactos/include/ddk/ntbootvid.h index 1dd5aaac2fb..ca30f06272e 100644 --- a/reactos/include/ddk/ntbootvid.h +++ b/reactos/include/ddk/ntbootvid.h @@ -7,5 +7,5 @@ typedef struct { - BOOL STDCALL_FUNC (*ResetDisplay)(VOID); + BOOL (STDCALL *ResetDisplay)(VOID); } NTBOOTVID_FUNCTION_TABLE;