projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee67b18
)
- Fix building of tests
author
Dmitry Chapyshev
<dmitry@reactos.org>
Sat, 26 Sep 2009 10:49:05 +0000
(10:49 +0000)
committer
Dmitry Chapyshev
<dmitry@reactos.org>
Sat, 26 Sep 2009 10:49:05 +0000
(10:49 +0000)
svn path=/trunk/; revision=43164
rostests/winetests/comctl32/dpa.c
patch
|
blob
|
history
diff --git
a/rostests/winetests/comctl32/dpa.c
b/rostests/winetests/comctl32/dpa.c
index
ed28119
..
221bcba
100644
(file)
--- 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);