Fix rk_mkdir() on WIN32

This commit is contained in:
Nicolas Williams
2017-10-12 11:57:01 -05:00
committed by Nico Williams
parent db859520b4
commit 7138a04690
3 changed files with 7 additions and 13 deletions

View File

@@ -105,9 +105,6 @@ HCRYPTO_FALLBACK=1
# Disable use of GSS LOCALNAME support
NO_LOCALNAME=1
# Windows CRT mkdir does not have the mode parameter
MKDIR_DOES_NOT_HAVE_MODE=1
# Windows CRT rename does not unlink the target
RENAME_DOES_NOT_UNLINK=1