mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
A bit of W32API friendliness...
svn path=/trunk/; revision=15978
This commit is contained in:
parent
bae68b41b1
commit
05548c5587
1 changed files with 1 additions and 1 deletions
|
@ -7,5 +7,5 @@
|
|||
|
||||
typedef struct
|
||||
{
|
||||
BOOL STDCALL_FUNC (*ResetDisplay)(VOID);
|
||||
BOOL (STDCALL *ResetDisplay)(VOID);
|
||||
} NTBOOTVID_FUNCTION_TABLE;
|
||||
|
|
Loading…
Reference in a new issue