mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
[KERNEL32] Silence a DPRINT.
svn path=/trunk/; revision=66683
This commit is contained in:
@@ -406,10 +406,10 @@ QueryActCtxW(IN DWORD dwFlags,
|
||||
}
|
||||
|
||||
/* Now call the native API */
|
||||
DPRINT1("SXS: %s() Calling Native API with Native Flags %lx for Win32 Flags %lx\n",
|
||||
__FUNCTION__,
|
||||
NativeFlags,
|
||||
dwFlags);
|
||||
DPRINT("SXS: %s() Calling Native API with Native Flags %lx for Win32 Flags %lx\n",
|
||||
__FUNCTION__,
|
||||
NativeFlags,
|
||||
dwFlags);
|
||||
Status = RtlQueryInformationActivationContext(NativeFlags,
|
||||
hActCtx,
|
||||
pvSubInstance,
|
||||
|
||||
Reference in New Issue
Block a user