shell32/tests: Use NULL for a null pointer.
This commit is contained in:
parent
65180fb2e8
commit
d28052066d
|
@ -2429,7 +2429,7 @@ static void test_unicode(void)
|
|||
shfoW.hwnd = NULL;
|
||||
shfoW.wFunc = FO_DELETE;
|
||||
shfoW.pFrom = UNICODE_PATH;
|
||||
shfoW.pTo = '\0';
|
||||
shfoW.pTo = NULL;
|
||||
shfoW.fFlags = FOF_NOCONFIRMATION | FOF_SILENT | FOF_NOERRORUI;
|
||||
shfoW.hNameMappings = NULL;
|
||||
shfoW.lpszProgressTitle = NULL;
|
||||
|
|
Loading…
Reference in New Issue