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

Fix type of Source parameter in HlLoadSegment() routine

Bu işleme şunda yer alıyor:
2023-01-24 23:08:48 +01:00
ebeveyn 35aa514f95
işleme 707dc37868
4 değiştirilmiş dosya ile 4 ekleme ve 4 silme

Dosyayı Görüntüle

@@ -272,7 +272,7 @@ HlLoadGlobalDescriptorTable(IN PVOID Source)
XTCDECL
VOID
HlLoadSegment(IN USHORT Segment,
IN PVOID Source)
IN ULONG Source)
{
switch(Segment)
{

Dosyayı Görüntüle

@@ -272,7 +272,7 @@ HlLoadGlobalDescriptorTable(IN PVOID Source)
XTCDECL
VOID
HlLoadSegment(IN USHORT Segment,
IN PVOID Source)
IN ULONG Source)
{
switch(Segment)
{