mirror of
https://github.com/decompals/wibo.git
synced 2025-12-17 17:05:29 +00:00
Fully functional guest<->host trampolines
This commit is contained in:
7
src/entry.h
Normal file
7
src/entry.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "types.h"
|
||||
|
||||
typedef VOID(_CC_CDECL *EntryProc)();
|
||||
typedef BOOL(_CC_STDCALL *DllEntryProc)(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpReserved);
|
||||
typedef VOID(_CC_STDCALL *PIMAGE_TLS_CALLBACK)(PVOID DllHandle, DWORD Reason, PVOID Reserved);
|
||||
Reference in New Issue
Block a user