Author: dchapyshev
Date: Sat Sep 26 12:49:05 2009
New Revision: 43164
URL:
http://svn.reactos.org/svn/reactos?rev=43164&view=rev
Log:
- Fix building of tests
Modified:
trunk/rostests/winetests/comctl32/dpa.c
Modified: trunk/rostests/winetests/comctl32/dpa.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/comctl32/dpa.c?…
==============================================================================
--- trunk/rostests/winetests/comctl32/dpa.c [iso-8859-1] (original)
+++ trunk/rostests/winetests/comctl32/dpa.c [iso-8859-1] Sat Sep 26 12:49:05 2009
@@ -41,7 +41,6 @@
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);