https://git.reactos.org/?p=reactos.git;a=commitdiff;h=1074ede011d7014fc01ec2...
commit 1074ede011d7014fc01ec29c0e48d150e82951f7 Author: Amine Khaldi amine.khaldi@reactos.org AuthorDate: Mon Jun 4 03:59:33 2018 +0100 Commit: Amine Khaldi amine.khaldi@reactos.org CommitDate: Mon Jun 4 03:59:33 2018 +0100
[XMLLITE_WINETEST] Sync with Wine Staging 3.9. CORE-14656 --- modules/rostests/winetests/xmllite/reader.c | 4 ---- 1 file changed, 4 deletions(-)
diff --git a/modules/rostests/winetests/xmllite/reader.c b/modules/rostests/winetests/xmllite/reader.c index e8e504a0f5..41adad1598 100644 --- a/modules/rostests/winetests/xmllite/reader.c +++ b/modules/rostests/winetests/xmllite/reader.c @@ -32,10 +32,6 @@ #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);
static WCHAR *a2w(const char *str)