Change the callback declarations to a safer format.
This commit is contained in:
parent
1bb76b4541
commit
5e63211953
|
@ -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);
|
||||
|
||||
|
||||
/**************************************************************************
|
||||
|
|
Loading…
Reference in New Issue