From af009ed327aad61f1fc75534d023fc5c96b916e1 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Mon, 4 Jun 2018 03:51:59 +0100 Subject: [PATCH] [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 f548b5792cc..aa26997112d 100644 --- a/modules/rostests/winetests/usp10/usp10.c +++ b/modules/rostests/winetests/usp10/usp10.c @@ -31,10 +31,6 @@ #include #include -#ifndef ARRAY_SIZE -#define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) -#endif - typedef struct _itemTest { char todo_flag[6]; int iCharPos;