git-svn-id: https://spexeah.com:8443/svn/Asuro@974 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c

This commit is contained in:
kieron
2020-07-11 18:50:23 +00:00
parent fd564f56b7
commit b9666fb196
3 changed files with 194 additions and 30 deletions
+2 -2
View File
@@ -200,8 +200,8 @@ type
Bootp_Flags : uint16;
Client_IP : TIPv4Address;
Your_IP : TIPv4Address;
Server_IP : TIPV4Header;
Relay_Agent_IP : TIPV4Header;
Server_IP : TIPv4Address;
Relay_Agent_IP : TIPv4Address;
Client_MAC : TMACAddress;
Padding : Array[0..9] of uint8;
Server_Hostname : Array[0..63] of uint8;
File diff suppressed because it is too large Load Diff
+4
View File
@@ -54,6 +54,10 @@ type
Void = ^uInt32;
HWND = uint32;
yord = uInt8;
xord = uInt8;
zord = uInt16;
//Alternate Types
UBit1 = 0..(1 shl 01) - 1;
UBit2 = 0..(1 shl 02) - 1;