[3/7] oleaut32/tests: Fix safearray tests compilation with __WINESRC__ defined

André Hentschel nerv at dawncrow.de
Wed Oct 23 17:33:05 CDT 2013


---
 dlls/oleaut32/tests/safearray.c | 4 ++--
 1 file 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;
-- 
1.8.1.2





More information about the wine-patches mailing list