Differences From Artifact [a707b48ce4]:
- File win/tclWinTest.c — part of check-in [cef0f2ddb5] at 2011-08-15 08:22:48 on branch core-8-4-branch — [Bug 3388350] mingw64 compiler warnings (user: jan.nijtmans size: 23507)
To Artifact [a6d6b000a6]:
- File win/tclWinTest.c — part of check-in [e9a08358f4] at 2011-08-15 11:07:46 on branch core-8-4-branch — [Bug 3388350] mingw64 compiler warnings (user: jan.nijtmans size: 23515)
| ︙ | |||
754 755 756 757 758 759 760 | 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 | - + |
|| setNamedSecurityInfoProc((LPSTR)nativePath, SE_FILE_OBJECT,
DACL_SECURITY_INFORMATION, NULL, NULL, newAcl, NULL)
== ERROR_SUCCESS ) {
res = 0;
}
done:
|
| ︙ |