diff --git a/Editor/main.cpp b/Editor/main.cpp index 7c73e33ae..d197ba525 100644 --- a/Editor/main.cpp +++ b/Editor/main.cpp @@ -20,7 +20,7 @@ static logvisor::Module Log{"URDE"}; static hecl::SystemString CPUFeatureString(const zeus::CPUInfo& cpuInf) { hecl::SystemString features; -#if __x86_64__ +#if defined(__x86_64__) || defined(_M_X64) auto AddFeature = [&features](const hecl::SystemChar* str) { if (!features.empty()) features += _SYS_STR(", "); diff --git a/hecl b/hecl index ec30cc090..c53569993 160000 --- a/hecl +++ b/hecl @@ -1 +1 @@ -Subproject commit ec30cc090a2fcb14acb79f745a16d1bbb5b913f5 +Subproject commit c53569993cbee89a809f8546dbad4bac20b1f500 diff --git a/specter b/specter index c1aa98247..e061a0ef2 160000 --- a/specter +++ b/specter @@ -1 +1 @@ -Subproject commit c1aa9824749f15a729166dc8b93ff5ee0eae2a29 +Subproject commit e061a0ef216523ee76783e4b0d6c1dfc70944037