mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 18:12:58 +00:00
[NDK][ROSLOAD][ROSTESTS][SDK][WINE] Fix and use standard 'ReactOS' casing (#8163)
This commit is contained in:
parent
d4d04c83db
commit
b401f547ae
8 changed files with 19 additions and 19 deletions
|
@ -1103,7 +1103,7 @@ OslMain (
|
|||
LibraryParameters.MinimumAllocationCount = 1024;
|
||||
LibraryParameters.MinimumHeapSize = 2 * 1024 * 1024;
|
||||
LibraryParameters.HeapAllocationAttributes = BlMemoryKernelRange;
|
||||
LibraryParameters.FontBaseDirectory = L"\\Reactos\\Boot\\Fonts";
|
||||
LibraryParameters.FontBaseDirectory = L"\\ReactOS\\Boot\\Fonts";
|
||||
LibraryParameters.DescriptorCount = 512;
|
||||
|
||||
/* Initialize the boot library */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue