mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-23 05:31:03 +00:00
Add more ui syscall stubs
This commit is contained in:
@@ -23,6 +23,7 @@ using DWORD64 = std::uint64_t;
|
||||
using ULONGLONG = DWORD64;
|
||||
using LONGLONG = std::int64_t;
|
||||
using UINT = std::uint32_t;
|
||||
using BOOL = std::int32_t;
|
||||
|
||||
typedef union _ULARGE_INTEGER
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user