mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Fixed prototype
svn path=/trunk/; revision=1413
This commit is contained in:
parent
382d5a76c2
commit
1db1c12cf3
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
#include <windows.h>
|
||||
|
||||
extern VOID STDCALL GdiDllInitialize(PVOID hInstance, ULONG Event, PVOID Reserved);
|
||||
extern BOOL STDCALL GdiDllInitialize(PVOID hInstance, ULONG Event, PVOID Reserved);
|
||||
|
||||
int main (void)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue