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:
parent
80be3a460b
commit
31ea5a2ab5
|
@ -1116,9 +1116,6 @@ static void test_extension(void)
|
||||||
test_extension_helper(&ofn, "TestFilter (*.*.def)\0*.*.def\0", "deadbeef.xyz");
|
test_extension_helper(&ofn, "TestFilter (*.*.def)\0*.*.def\0", "deadbeef.xyz");
|
||||||
}
|
}
|
||||||
|
|
||||||
#undef ARRAY_SIZE
|
|
||||||
|
|
||||||
|
|
||||||
static BOOL WINAPI test_null_enum(HWND hwnd, LPARAM lParam)
|
static BOOL WINAPI test_null_enum(HWND hwnd, LPARAM lParam)
|
||||||
{
|
{
|
||||||
/* Find the textbox and send a filename so IDOK will work.
|
/* Find the textbox and send a filename so IDOK will work.
|
||||||
|
|
Loading…
Reference in New Issue