mirror of
https://github.com/reactos/reactos.git
synced 2025-06-06 01:40:36 +00:00
[WINETESTS] Fix build
CORE-14656
This commit is contained in:
parent
02c546ced9
commit
d65c0d5ada
2 changed files with 4 additions and 0 deletions
|
@ -1053,7 +1053,9 @@ static const DWORD biSize_tests[] = {
|
||||||
0xffffffff
|
0xffffffff
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#ifndef __REACTOS__
|
||||||
#define ARRAY_SIZE(a) (sizeof(a)/sizeof((a)[0]))
|
#define ARRAY_SIZE(a) (sizeof(a)/sizeof((a)[0]))
|
||||||
|
#endif
|
||||||
|
|
||||||
static void test_LoadImageBitmap(const char * test_desc, HBITMAP hbm)
|
static void test_LoadImageBitmap(const char * test_desc, HBITMAP hbm)
|
||||||
{
|
{
|
||||||
|
|
|
@ -32,7 +32,9 @@
|
||||||
#include "wine/test.h"
|
#include "wine/test.h"
|
||||||
#include "wine/heap.h"
|
#include "wine/heap.h"
|
||||||
|
|
||||||
|
#ifndef __REACTOS__
|
||||||
#define ARRAY_SIZE(array) (sizeof(array)/sizeof((array)[0]))
|
#define ARRAY_SIZE(array) (sizeof(array)/sizeof((array)[0]))
|
||||||
|
#endif
|
||||||
|
|
||||||
DEFINE_GUID(IID_IXmlReaderInput, 0x0b3ccc9b, 0x9214, 0x428b, 0xa2, 0xae, 0xef, 0x3a, 0xa8, 0x71, 0xaf, 0xda);
|
DEFINE_GUID(IID_IXmlReaderInput, 0x0b3ccc9b, 0x9214, 0x428b, 0xa2, 0xae, 0xef, 0x3a, 0xa8, 0x71, 0xaf, 0xda);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue