mirror of https://github.com/AxioDL/metaforce.git
Updated hecl
This commit is contained in:
parent
6523125ebb
commit
2dd2751627
|
@ -152,7 +152,7 @@ public:
|
|||
#if _WIN32
|
||||
m_id = _wcstoui64(copy, nullptr, 16);
|
||||
#else
|
||||
m_id = wcstouq(copy, nullptr, 16);
|
||||
m_id = wcstoull(copy, nullptr, 16);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
2
hecl
2
hecl
|
@ -1 +1 @@
|
|||
Subproject commit 34962046306fb30a7321e8ce224fd35a4ea2d54a
|
||||
Subproject commit c78b0ef9321769fcb719ed5366ac7e86797e925a
|
Loading…
Reference in New Issue