Change the callback declarations to a safer format.

This commit is contained in:
François Gouget 2001-02-14 21:41:35 +00:00 committed by Alexandre Julliard
parent 1bb76b4541
commit 5e63211953

View file

@ -46,7 +46,7 @@ typedef struct _LOADDATA
PVOID ptr;
} LOADDATA, *LPLOADDATA;
typedef HRESULT(CALLBACK *DPALOADPROC)(LPLOADDATA,IStream*,LPARAM);
typedef HRESULT CALLBACK (*DPALOADPROC)(LPLOADDATA,IStream*,LPARAM);
/**************************************************************************