Fixed type inconsistency
Former-commit-id: a809c19cc4ad496c4f191ef3f9238ea2576ecbb4
This commit is contained in:
parent
68c6aa664a
commit
5c3be23a21
|
|
@ -12,7 +12,7 @@
|
|||
class NzHardwareInfoImpl
|
||||
{
|
||||
public:
|
||||
static void Cpuid(unsigned int code, nzUInt32 result[4]);
|
||||
static void Cpuid(nzUInt32 code, nzUInt32 result[4]);
|
||||
static unsigned int GetProcessorCount();
|
||||
static bool IsCpuidSupported();
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue