oleaut32/tests: Fix safearray tests compilation with __WINESRC__ defined.
This commit is contained in:
parent
320a3f7e7d
commit
5cf89fd5ad
|
@ -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)
|
||||||
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;
|
||||||
|
|
Loading…
Reference in New Issue