[PATCH] comdlg32/tests: Don't undefine ARRAY_SIZE()

Michael Stefaniuc mstefani at winehq.org
Wed Jun 27 13:56:46 CDT 2018


Signed-off-by: Michael Stefaniuc <mstefani at winehq.org>
---
 dlls/comdlg32/tests/filedlg.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dlls/comdlg32/tests/filedlg.c b/dlls/comdlg32/tests/filedlg.c
index aedb18a192..bf4d1f22eb 100644
--- a/dlls/comdlg32/tests/filedlg.c
+++ b/dlls/comdlg32/tests/filedlg.c
@@ -1116,9 +1116,6 @@ static void test_extension(void)
     test_extension_helper(&ofn, "TestFilter (*.*.def)\0*.*.def\0", "deadbeef.xyz");
 }
 
-#undef ARRAY_SIZE
-
-
 static BOOL WINAPI test_null_enum(HWND hwnd, LPARAM lParam)
 {
     /* Find the textbox and send a filename so IDOK will work.
-- 
2.14.4




More information about the wine-devel mailing list