mirror of
https://github.com/decompals/wibo.git
synced 2025-12-15 16:16:09 +00:00
Fully functional guest<->host trampolines
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
#include "types.h"
|
||||
|
||||
using PFLS_CALLBACK_FUNCTION = void (*)(void *);
|
||||
typedef void (_CC_STDCALL *PFLS_CALLBACK_FUNCTION)(void *);
|
||||
constexpr DWORD FLS_OUT_OF_INDEXES = 0xFFFFFFFF;
|
||||
|
||||
namespace kernel32 {
|
||||
|
||||
Reference in New Issue
Block a user