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

Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Michael Stefaniuc 2018-06-27 20:56:46 +02:00 committed by Alexandre Julliard
parent 80be3a460b
commit 31ea5a2ab5
1 changed files with 0 additions and 3 deletions

View File

@ -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.