mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
[RTL] actctx.c: Revert RELATIVE_PATH change
This commit is contained in:
parent
1a6dc01f69
commit
55f4e2a581
1 changed files with 2 additions and 1 deletions
|
@ -31,6 +31,7 @@
|
||||||
#define TRACE DPRINT
|
#define TRACE DPRINT
|
||||||
#define FILE_END_OF_FILE_INFORMATION FILE_STANDARD_INFORMATION
|
#define FILE_END_OF_FILE_INFORMATION FILE_STANDARD_INFORMATION
|
||||||
#define FileEndOfFileInformation FileStandardInformation
|
#define FileEndOfFileInformation FileStandardInformation
|
||||||
|
#define RELATIVE_PATH RtlPathTypeRelative
|
||||||
|
|
||||||
BOOLEAN RtlpNotAllowingMultipleActivation;
|
BOOLEAN RtlpNotAllowingMultipleActivation;
|
||||||
|
|
||||||
|
@ -5147,7 +5148,7 @@ RtlCreateActivationContext(IN ULONG Flags,
|
||||||
BOOLEAN ret;
|
BOOLEAN ret;
|
||||||
|
|
||||||
if (pActCtx->dwFlags & ACTCTX_FLAG_ASSEMBLY_DIRECTORY_VALID &&
|
if (pActCtx->dwFlags & ACTCTX_FLAG_ASSEMBLY_DIRECTORY_VALID &&
|
||||||
RtlDetermineDosPathNameType_U(pActCtx->lpSource) == RtlPathTypeRelative)
|
RtlDetermineDosPathNameType_U(pActCtx->lpSource) == RELATIVE_PATH)
|
||||||
{
|
{
|
||||||
DWORD dir_len, source_len;
|
DWORD dir_len, source_len;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue