Comprehensive WOW64 subsystem implementation

This commit is contained in:
brian
2025-10-13 19:53:14 +08:00
parent 9453123db0
commit 65eecf1cfd
51 changed files with 3772 additions and 283 deletions

View File

@@ -20,6 +20,7 @@
using LONG = std::int32_t;
using ULONG = DWORD;
using DWORD64 = std::uint64_t;
using ULONG64 = std::uint64_t;
using ULONGLONG = DWORD64;
using LONGLONG = std::int64_t;
using UINT = std::uint32_t;
@@ -52,6 +53,7 @@ using BYTE = std::uint8_t;
#endif
using WORD = std::uint16_t;
#define WCHAR WORD
#define UCHAR uint8_t
#define BOOLEAN UCHAR