mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Fix wide character support for the mkdir definition.
This commit is contained in:
parent
5734a31b60
commit
f2439d83f0
@ -90,7 +90,7 @@ typedef wchar_t _TCHAR;
|
||||
#define _tstat _wstat
|
||||
#define _tunlink _wunlink
|
||||
#define _tmkdir _wmkdir
|
||||
#define _trmdir _rmdir
|
||||
#define _trmdir _wrmdir
|
||||
#define _tchmod _wchmod
|
||||
#define _trewinddir _wrewinddir
|
||||
#else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user