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

This commit is contained in:
André Hentschel 2013-10-24 23:25:43 +02:00 committed by Alexandre Julliard
parent 320a3f7e7d
commit 5cf89fd5ad
1 changed files with 2 additions and 2 deletions

View File

@ -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;