kernel32: Fix signedess for FreeBSD-specific implementation of GetSystemInfo().
This commit is contained in:
parent
edbcf7c215
commit
d328c07bd3
|
@ -641,7 +641,8 @@ VOID WINAPI GetSystemInfo(
|
|||
}
|
||||
#elif defined(__FreeBSD__)
|
||||
{
|
||||
int ret, len, num;
|
||||
int ret, num;
|
||||
unsigned len;
|
||||
|
||||
get_cpuinfo( &cachedsi );
|
||||
|
||||
|
|
Loading…
Reference in New Issue