mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[BASESRV] Make Buffer MAX_PATH big again
This commit is contained in:
parent
20f5797386
commit
bd7b0c96c6
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ BaseInitializeStaticServerData(IN PCSR_SERVER_DLL LoadedServerDll)
|
|||
NTSTATUS Status;
|
||||
BOOLEAN Success;
|
||||
WCHAR BnoBuffer[100];
|
||||
WCHAR Buffer[100];
|
||||
WCHAR Buffer[MAX_PATH];
|
||||
PWCHAR HeapBuffer;
|
||||
UNICODE_STRING SystemRootString;
|
||||
UNICODE_STRING UnexpandedSystemRootString = RTL_CONSTANT_STRING(L"%SystemRoot%");
|
||||
|
|
Loading…
Reference in a new issue