mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +00:00
[KERNEL32]: Passing flag 0 to QueryActCtx is valid, don't fail.
svn path=/trunk/; revision=59880
This commit is contained in:
parent
ca5079dbc5
commit
9fe4035883
1 changed files with 2 additions and 0 deletions
|
@ -386,6 +386,8 @@ QueryActCtxW(IN DWORD dwFlags,
|
|||
case QUERY_ACTCTX_FLAG_ACTCTX_IS_ADDRESS:
|
||||
NativeFlags = RTL_QUERY_ACTIVATION_CONTEXT_FLAG_IS_ADDRESS;
|
||||
break;
|
||||
case 0:
|
||||
break;
|
||||
|
||||
/* More than one flag is set... */
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue