From 5e63211953e6845c97df42e5ca77a5f8d6cb6506 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Gouget?= Date: Wed, 14 Feb 2001 21:41:35 +0000 Subject: [PATCH] Change the callback declarations to a safer format. --- dlls/comctl32/comctl32undoc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/comctl32/comctl32undoc.c b/dlls/comctl32/comctl32undoc.c index 983e46057d7..d6aee22162a 100644 --- a/dlls/comctl32/comctl32undoc.c +++ b/dlls/comctl32/comctl32undoc.c @@ -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); /**************************************************************************