diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-09-19 15:24:11 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-09-19 15:24:11 (GMT) |
commit | 39795a1da493f0ea91a228e768c0c656156ab340 (patch) | |
tree | b9ccfdf216258033ab3a597869c0fe2aeb57ae54 /win/tclWinFile.c | |
parent | 52f7f8443ded7a957803e75eea737fdaf04234db (diff) | |
parent | 3147adf34639c8a4c2aa49422c70fafb3b59c722 (diff) | |
download | tcl-39795a1da493f0ea91a228e768c0c656156ab340.zip tcl-39795a1da493f0ea91a228e768c0c656156ab340.tar.gz tcl-39795a1da493f0ea91a228e768c0c656156ab340.tar.bz2 |
Merge 8.6
Diffstat (limited to 'win/tclWinFile.c')
-rw-r--r-- | win/tclWinFile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tclWinFile.c b/win/tclWinFile.c index 4d2c474..880adc0 100644 --- a/win/tclWinFile.c +++ b/win/tclWinFile.c @@ -3300,7 +3300,7 @@ TclWinFileOwned( native = Tcl_FSGetNativePath(pathPtr); - if (GetNamedSecurityInfo((LPTSTR) native, SE_FILE_OBJECT, + if (GetNamedSecurityInfoW((LPWSTR) native, SE_FILE_OBJECT, OWNER_SECURITY_INFORMATION, &ownerSid, NULL, NULL, NULL, &secd) != ERROR_SUCCESS) { /* |