https://git.reactos.org/?p=reactos.git;a=commitdiff;h=af009ed327aad61f1fc75…
commit af009ed327aad61f1fc75534d023fc5c96b916e1
Author: Amine Khaldi <amine.khaldi(a)reactos.org>
AuthorDate: Mon Jun 4 03:51:59 2018 +0100
Commit: Amine Khaldi <amine.khaldi(a)reactos.org>
CommitDate: Mon Jun 4 03:51:59 2018 +0100
[USP10_WINETEST] Sync with Wine Staging 3.9. CORE-14656
---
modules/rostests/winetests/usp10/usp10.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/modules/rostests/winetests/usp10/usp10.c
b/modules/rostests/winetests/usp10/usp10.c
index f548b5792c..aa26997112 100644
--- a/modules/rostests/winetests/usp10/usp10.c
+++ b/modules/rostests/winetests/usp10/usp10.c
@@ -31,10 +31,6 @@
#include <windows.h>
#include <usp10.h>
-#ifndef ARRAY_SIZE
-#define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0]))
-#endif
-
typedef struct _itemTest {
char todo_flag[6];
int iCharPos;