1
0
şundan çatallanmış xt-sys/exectos

Drop C wrappers and switch to C++ API

Bu işleme şunda yer alıyor:
2025-09-19 12:56:06 +02:00
ebeveyn b2c8fa3e62
işleme e7425de523
32 değiştirilmiş dosya ile 441 ekleme ve 492 silme

Dosyayı Görüntüle

@@ -113,7 +113,7 @@ ChainLoader::BootSystem(IN PXTBL_BOOT_PARAMETERS Parameters)
if(Parameters->Parameters)
{
/* Pass arguments to chainloaded image */
LoadedImage->LoadOptionsSize = RtlWideStringLength(Parameters->Parameters, 0) * sizeof(WCHAR);
LoadedImage->LoadOptionsSize = XtLdrProtocol->WideString.Length(Parameters->Parameters, 0) * sizeof(WCHAR);
LoadedImage->LoadOptions = Parameters->Parameters;
}