]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commit
fix(fs.c, windows, ucrt64): use GetCurrentDirectoryW instead of _wgetcwd on windows...
authorNaitLee <naitlee@disroot.org>
Sun, 20 Oct 2024 09:00:14 +0000 (17:00 +0800)
committerdivVerent <divVerent@gmail.com>
Fri, 25 Oct 2024 17:27:10 +0000 (13:27 -0400)
commite80bb97f5b83637d7825574c43c2b41433ba6aa0
treeef298b246bdd3a94c4f3d90e780092a4b7430561
parentcc72b920b83bd7e3d17f99a49c575426324c969c
fix(fs.c, windows, ucrt64): use GetCurrentDirectoryW instead of _wgetcwd on windows to fix compilation on msys ucrt64

Signed-off-by: NaitLee <naitlee@disroot.org>
fs.c