]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commit
fix(fs.c, windows, ucrt64): use GetCurrentDirectoryW instead of _wgetcwd on windows... NaitLee/getcwd-on-windows-ucrt64
authorNaitLee <naitli@foxmail.com>
Sun, 20 Oct 2024 07:22:47 +0000 (15:22 +0800)
committerNaitLee <naitli@foxmail.com>
Sun, 20 Oct 2024 07:22:47 +0000 (15:22 +0800)
commitbd38f705d8937635e135cfceb6c552690e2e2ccf
tree8c29e9cc4591a4d0c791317710ac5239066cc382
parent0c17657b4a2562f6c1d9e0a0707faff825dd8ce5
fix(fs.c, windows, ucrt64): use GetCurrentDirectoryW instead of _wgetcwd on windows to fix compilation on msys ucrt64
fs.c