Commit 5cf89fd5 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

oleaut32/tests: Fix safearray tests compilation with __WINESRC__ defined.

parent 320a3f7e
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#include "winuser.h" #include "winuser.h"
#include "wingdi.h" #include "wingdi.h"
#include "winnls.h" #include "winnls.h"
#include "winsock.h" #include "winsock2.h"
#include "winerror.h" #include "winerror.h"
#include "winnt.h" #include "winnt.h"
...@@ -1749,7 +1749,7 @@ static void test_SafeArrayDestroyData (void) ...@@ -1749,7 +1749,7 @@ static void test_SafeArrayDestroyData (void)
HRESULT hres; HRESULT hres;
int value = 0xdeadbeef; int value = 0xdeadbeef;
LONG index[1]; LONG index[1];
void HUGEP *temp_pvData; void *temp_pvData;
sab.lLbound = 0; sab.lLbound = 0;
sab.cElements = 10; sab.cElements = 10;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment