Paul Vriens : ole32/tests: Remove an unused function declaration.
Module: wine Branch: master Commit: e31df3616afeb58bced858c9ca8be3bd501d8301 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e31df3616afeb58bced858c9ca... Author: Paul Vriens <Paul.Vriens.Wine(a)gmail.com> Date: Fri Mar 6 12:15:28 2009 +0100 ole32/tests: Remove an unused function declaration. --- dlls/ole32/tests/dragdrop.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/dlls/ole32/tests/dragdrop.c b/dlls/ole32/tests/dragdrop.c index b759981..b28a831 100644 --- a/dlls/ole32/tests/dragdrop.c +++ b/dlls/ole32/tests/dragdrop.c @@ -31,9 +31,6 @@ #include "wine/test.h" -/* functions that are not present on all versions of Windows */ -HRESULT (WINAPI * pCoInitializeEx)(LPVOID lpReserved, DWORD dwCoInit); - static int droptarget_addref_called; static int droptarget_release_called;
participants (1)
-
Alexandre Julliard