Commit 414b5069 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

comctl32: Remove variable iRet which is not really used from test_EnumMRUList.

parent 8101a13e
......@@ -471,11 +471,9 @@ static void test_EnumMRUList(void)
/* NULL handle */
if (0)
{
INT iRet;
/* crashes on NT4, passed on Win2k, XP, 2k3, Vista, 2k8 */
iRet = pEnumMRUList(NULL, 0, NULL, 0);
iRet = pEnumMRUListW(NULL, 0, NULL, 0);
pEnumMRUList(NULL, 0, NULL, 0);
pEnumMRUListW(NULL, 0, NULL, 0);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment