Change the callback declarations to a safer format.

oldstable
François Gouget 2001-02-14 21:41:35 +00:00 committed by Alexandre Julliard
parent 1bb76b4541
commit 5e63211953
1 changed files with 1 additions and 1 deletions

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);
/**************************************************************************