mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 14:58:37 +09:00
Finally finish with MinGW building (linking still has some issues shush)
This commit is contained in:
parent
ad07988f5b
commit
854f39b4ab
32 changed files with 104 additions and 19 deletions
|
|
@ -121,8 +121,8 @@ TranslateVersionStr(const WCHAR* szVersion, verBlock *vbVersion)
|
|||
// wcstok that is generally not thread-safe. For our purposes here, it works
|
||||
// fine, though.
|
||||
auto wcstok = [](wchar_t* strToken, const wchar_t* strDelimit,
|
||||
wchar_t** /*ctx*/) {
|
||||
return ::std::wcstok(strToken, strDelimit);
|
||||
wchar_t** ctx) {
|
||||
return ::wcstok(strToken, strDelimit, ctx);
|
||||
};
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue