reactos/base
Hermès Bélusca-Maïto 6f185c5fe2
[USETUP] Use correct flags for the NtCreateFile call that creates new file directories.
DIRECTORY_ALL_ACCESS is not the correct flag, because it is used with the NtCreateDirectoryObject API
that creates virtual "directories" in the NT object namespace; that's not our purpose here.

svn path=/branches/setup_improvements/; revision=74716
2018-06-03 22:12:46 +02:00
..
applications [MSPAINT] use __targv[1] instead of lpszArgument 2018-05-31 20:17:30 +02:00
services [IDL][NETAPI32][SRVSVC] Hack around another midl/rpcrt4 bug 2018-05-06 16:49:24 +02:00
setup [USETUP] Use correct flags for the NtCreateFile call that creates new file directories. 2018-06-03 22:12:46 +02:00
shell [CMD] Improve the situations when the console title can be changed. 2018-06-03 02:36:39 +02:00
system [WINLOGON] Update Italian translation (#513) (by deleted user) 2018-05-31 15:41:09 +02:00
CMakeLists.txt