Commit 5ea3d511 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

wnaspi32: Enable compilation with long types.

parent dcc72808
EXTRADEFS = -DWINE_NO_LONG_TYPES
MODULE = wnaspi32.dll MODULE = wnaspi32.dll
IMPORTLIB = wnaspi32 IMPORTLIB = wnaspi32
IMPORTS = advapi32 IMPORTS = advapi32
......
...@@ -74,7 +74,7 @@ int ASPI_GetNumControllers(void) ...@@ -74,7 +74,7 @@ int ASPI_GetNumControllers(void)
} }
RegCloseKey(hkeyScsi); RegCloseKey(hkeyScsi);
TRACE("Returning %d host adapters\n", num_ha ); TRACE("Returning %ld host adapters\n", num_ha );
return num_ha; return num_ha;
} }
......
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