mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 07:50:40 +01:00
[v0.89] Change freq from int64 to int32, which fixes a compilation issue. Fix Makefile in Windows
This commit is contained in:
@@ -46,8 +46,8 @@ enum {
|
||||
typedef int32_t VENDOR;
|
||||
|
||||
struct frequency {
|
||||
int64_t base;
|
||||
int64_t max;
|
||||
int32_t base;
|
||||
int32_t max;
|
||||
};
|
||||
|
||||
struct hypervisor {
|
||||
|
||||
Reference in New Issue
Block a user