From 2545051fec77539bdbcbd32acac606fe4eb9809b Mon Sep 17 00:00:00 2001 From: Dmitry Chapyshev Date: Sat, 26 Sep 2009 10:49:05 +0000 Subject: [PATCH] - Fix building of tests svn path=/trunk/; revision=43164 --- rostests/winetests/comctl32/dpa.c | 1 - 1 file changed, 1 deletion(-) diff --git a/rostests/winetests/comctl32/dpa.c b/rostests/winetests/comctl32/dpa.c index ed28119ac89..221bcba1678 100644 --- a/rostests/winetests/comctl32/dpa.c +++ b/rostests/winetests/comctl32/dpa.c @@ -41,7 +41,6 @@ typedef struct _ITEMDATA PVOID pvData; } ITEMDATA, *LPITEMDATA; -typedef PVOID (CALLBACK *PFNDPAMERGE)(UINT,PVOID,PVOID,LPARAM); typedef HRESULT (CALLBACK *PFNDPASTM)(LPITEMDATA,IStream*,LPARAM); static HDPA (WINAPI *pDPA_Clone)(const HDPA,const HDPA);