[WINETESTS] Fix build
[reactos.git] / modules / rostests / winetests / user32 / cursoricon.c
index 5099c08..e42875f 100644 (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)
 {