1
0
feito fork de xt-sys/exectos

Fix type of Source parameter in HlLoadSegment() routine

Esse commit está contido em:
2023-01-24 23:08:48 +01:00
commit 707dc37868
4 arquivos alterados com 4 adições e 4 exclusões

Ver arquivo

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