Michael Stefaniuc : comdlg32/tests: Don't undefine ARRAY_SIZE().

Alexandre Julliard julliard at winehq.org
Wed Jun 27 16:04:36 CDT 2018


Module: wine
Branch: master
Commit: 31ea5a2ab5b2bdd6863c115c8c8fa439dcc49cfa
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=31ea5a2ab5b2bdd6863c115c8c8fa439dcc49cfa

Author: Michael Stefaniuc <mstefani at winehq.org>
Date:   Wed Jun 27 20:56:46 2018 +0200

comdlg32/tests: Don't undefine ARRAY_SIZE().

Signed-off-by: Michael Stefaniuc <mstefani at winehq.org>
Signed-off-by: Alexandre Julliard <julliard 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 aedb18a..bf4d1f2 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.




More information about the wine-cvs mailing list