mirror of
https://github.com/decompals/wibo.git
synced 2025-12-14 15:46:11 +00:00
Experimental 64-bit host support
This commit is contained in:
@@ -5,13 +5,13 @@
|
||||
namespace kernel32 {
|
||||
|
||||
struct SLIST_ENTRY {
|
||||
SLIST_ENTRY *Next;
|
||||
GUEST_PTR Next;
|
||||
};
|
||||
|
||||
using PSLIST_ENTRY = SLIST_ENTRY *;
|
||||
|
||||
struct SLIST_HEADER {
|
||||
SLIST_ENTRY *Head;
|
||||
GUEST_PTR Head;
|
||||
unsigned short Depth;
|
||||
unsigned short Sequence;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user