mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
- Fix build.
svn path=/trunk/; revision=29536
This commit is contained in:
parent
7f92d4dc3e
commit
bb6da9c74e
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@ CreateLogoffSecurityAttributes(
|
|||
#else
|
||||
/* The following code is no only incomplete, it's a mess and uncompilable */
|
||||
/* Still, it gives some ideas about data types and functions involved and */
|
||||
/* required to set up a SECURITY_DESCRIPTOR for a SECURITY_ATTRIBUTES
|
||||
/* required to set up a SECURITY_DESCRIPTOR for a SECURITY_ATTRIBUTES */
|
||||
/* instance for a thread, to allow that thread to ImpersonateLoggedOnUser(). */
|
||||
/* Specifically THREAD_SET_THREAD_TOKEN is required. */
|
||||
PSECURITY_DESCRIPTOR psd = 0;
|
||||
|
|
Loading…
Reference in a new issue