[WINETESTS] Fix build

CORE-14656
This commit is contained in:
Pierre Schweitzer 2018-05-27 09:51:38 +02:00
parent 02c546ced9
commit d65c0d5ada
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B
2 changed files with 4 additions and 0 deletions

View file

@ -1053,7 +1053,9 @@ static const DWORD biSize_tests[] = {
0xffffffff
};
#ifndef __REACTOS__
#define ARRAY_SIZE(a) (sizeof(a)/sizeof((a)[0]))
#endif
static void test_LoadImageBitmap(const char * test_desc, HBITMAP hbm)
{

View file

@ -32,7 +32,9 @@
#include "wine/test.h"
#include "wine/heap.h"
#ifndef __REACTOS__
#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);