André Hentschel : oleaut32/tests: Fix safearray tests compilation with __WINESRC__ defined.
Module: wine Branch: master Commit: 5cf89fd5ad1786c12ace01575bca1a3ca3514481 URL: http://source.winehq.org/git/wine.git/?a=commit;h=5cf89fd5ad1786c12ace01575b... Author: André Hentschel <nerv(a)dawncrow.de> Date: Thu Oct 24 23:25:43 2013 +0200 oleaut32/tests: Fix safearray tests compilation with __WINESRC__ defined. --- dlls/oleaut32/tests/safearray.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/oleaut32/tests/safearray.c b/dlls/oleaut32/tests/safearray.c index 469bdef..faec23e 100644 --- a/dlls/oleaut32/tests/safearray.c +++ b/dlls/oleaut32/tests/safearray.c @@ -32,7 +32,7 @@ #include "winuser.h" #include "wingdi.h" #include "winnls.h" -#include "winsock.h" +#include "winsock2.h" #include "winerror.h" #include "winnt.h" @@ -1749,7 +1749,7 @@ static void test_SafeArrayDestroyData (void) HRESULT hres; int value = 0xdeadbeef; LONG index[1]; - void HUGEP *temp_pvData; + void *temp_pvData; sab.lLbound = 0; sab.cElements = 10;
participants (1)
-
Alexandre Julliard