mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:57:44 +00:00
These changes were lying around uncommitted in the old repo.
I'm just gonna commit them without too much thinking and then take it from there.
This commit is contained in:
parent
87d41bdca4
commit
72bb80a9ae
8 changed files with 94 additions and 81 deletions
|
@ -63,3 +63,8 @@ typedef DWORD gid_t;
|
|||
typedef int pid_t;
|
||||
typedef DWORD time_t;
|
||||
typedef DWORD size_t;
|
||||
|
||||
struct FarPtr {
|
||||
DWORD offset { 0 };
|
||||
WORD selector { 0 };
|
||||
} PACKED;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue