mirror of
https://github.com/reactos/reactos.git
synced 2024-11-27 13:33:32 +08:00
[BASESRV] Make Buffer MAX_PATH big again
This commit is contained in:
parent
20f5797386
commit
bd7b0c96c6
@ -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 New Issue
Block a user