mirror of
https://github.com/decompals/wibo.git
synced 2025-12-12 06:45:05 +00:00
Initial guest-to-host trampoline generation
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
#include "errors.h"
|
||||
#include "modules.h"
|
||||
|
||||
#include <cstring>
|
||||
|
||||
namespace {
|
||||
constexpr HRESULT E_INVALIDARG = static_cast<HRESULT>(0x80070057);
|
||||
constexpr HRESULT CO_E_CLASSSTRING = static_cast<HRESULT>(0x800401F3);
|
||||
|
||||
Reference in New Issue
Block a user