Commit d994917f authored by Austin English's avatar Austin English Committed by Alexandre Julliard

iphlpapi: Remove stray code (clang).

parent 681d5446
...@@ -174,7 +174,7 @@ static void testGetNumberOfInterfaces(void) ...@@ -174,7 +174,7 @@ static void testGetNumberOfInterfaces(void)
/* Crashes on Vista */ /* Crashes on Vista */
if (0) { if (0) {
apiReturn = gGetNumberOfInterfaces(NULL), numInterfaces; apiReturn = gGetNumberOfInterfaces(NULL);
if (apiReturn == ERROR_NOT_SUPPORTED) if (apiReturn == ERROR_NOT_SUPPORTED)
return; return;
ok(apiReturn == ERROR_INVALID_PARAMETER, ok(apiReturn == ERROR_INVALID_PARAMETER,
......
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