=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: oleaut32/tests: Fix safearray tests compilation with __WINESRC__ defined.

Alexandre Julliard julliard at winehq.org
Mon Oct 28 15:13:03 CDT 2013


Module: wine
Branch: master
Commit: 5cf89fd5ad1786c12ace01575bca1a3ca3514481
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=5cf89fd5ad1786c12ace01575bca1a3ca3514481

Author: André Hentschel <nerv at 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;




More information about the wine-cvs mailing list