[NDK][ROSLOAD][ROSTESTS][SDK][WINE] Fix and use standard 'ReactOS' casing (#8163)

This commit is contained in:
Hermès Bélusca-Maïto 2025-06-22 20:52:21 +02:00
parent d4d04c83db
commit b401f547ae
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
8 changed files with 19 additions and 19 deletions

View file

@ -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 */