mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +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 FILE_END_OF_FILE_INFORMATION FILE_STANDARD_INFORMATION
|
||||
#define FileEndOfFileInformation FileStandardInformation
|
||||
#define RELATIVE_PATH RtlPathTypeRelative
|
||||
|
||||
BOOLEAN RtlpNotAllowingMultipleActivation;
|
||||
|
||||
|
@ -5147,7 +5148,7 @@ RtlCreateActivationContext(IN ULONG Flags,
|
|||
BOOLEAN ret;
|
||||
|
||||
if (pActCtx->dwFlags & ACTCTX_FLAG_ASSEMBLY_DIRECTORY_VALID &&
|
||||
RtlDetermineDosPathNameType_U(pActCtx->lpSource) == RtlPathTypeRelative)
|
||||
RtlDetermineDosPathNameType_U(pActCtx->lpSource) == RELATIVE_PATH)
|
||||
{
|
||||
DWORD dir_len, source_len;
|
||||
|
||||
|
|
Loading…
Reference in a new issue