Add more ui syscall stubs

This commit is contained in:
momo5502
2025-05-17 18:28:53 +02:00
parent ede9bfa403
commit bd4e27469f
4 changed files with 61 additions and 15 deletions

View File

@@ -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
{