forked from xt-sys/exectos
Fix type of Source parameter in HlLoadSegment() routine
This commit is contained in:
@@ -66,7 +66,7 @@ HlLoadGlobalDescriptorTable(IN PVOID Source);
|
||||
XTCDECL
|
||||
VOID
|
||||
HlLoadSegment(IN USHORT Segment,
|
||||
IN PVOID Source);
|
||||
IN ULONG Source);
|
||||
|
||||
XTCDECL
|
||||
VOID
|
||||
|
Reference in New Issue
Block a user