mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
[PSDK] Add missing flags for CreateProcessWithLogon
This commit is contained in:
parent
60b89da383
commit
3f67212812
1 changed files with 3 additions and 0 deletions
|
@ -613,6 +613,9 @@ extern "C" {
|
|||
#define PROCESS_DEP_DISABLE_ATL_THUNK_EMULATION 0x00000002
|
||||
#endif
|
||||
|
||||
#define LOGON_WITH_PROFILE 0x00000001
|
||||
#define LOGON_NETCREDENTIALS_ONLY 0x00000002
|
||||
|
||||
#ifndef RC_INVOKED
|
||||
|
||||
#ifndef _FILETIME_
|
||||
|
|
Loading…
Reference in a new issue