Fix type of Source parameter in HlLoadSegment() routine
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
2023-01-24 23:08:48 +01:00
vanhempi 35aa514f95
commit 707dc37868
4 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa

Näytä tiedosto

@@ -66,7 +66,7 @@ HlLoadGlobalDescriptorTable(IN PVOID Source);
XTCDECL
VOID
HlLoadSegment(IN USHORT Segment,
IN PVOID Source);
IN ULONG Source);
XTCDECL
VOID