Commit 5e632119 authored by François Gouget's avatar François Gouget Committed by Alexandre Julliard

Change the callback declarations to a safer format.

parent 1bb76b45
...@@ -46,7 +46,7 @@ typedef struct _LOADDATA ...@@ -46,7 +46,7 @@ typedef struct _LOADDATA
PVOID ptr; PVOID ptr;
} LOADDATA, *LPLOADDATA; } LOADDATA, *LPLOADDATA;
typedef HRESULT(CALLBACK *DPALOADPROC)(LPLOADDATA,IStream*,LPARAM); typedef HRESULT CALLBACK (*DPALOADPROC)(LPLOADDATA,IStream*,LPARAM);
/************************************************************************** /**************************************************************************
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment