From 4587fd0fb90cb63986448054359ea144a2ca52b3 Mon Sep 17 00:00:00 2001 From: Tom <62671493+sonodima@users.noreply.github.com> Date: Thu, 8 Feb 2024 15:58:46 +0100 Subject: [PATCH] fix docs.rs cross-compilation error? --- src/stub.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stub.c b/src/stub.c index eac090e..43ad898 100755 --- a/src/stub.c +++ b/src/stub.c @@ -1,5 +1,5 @@ #define WIN32_LEAN_AND_MEAN -#include +#include #define TG_ARCH_X86 1 #define TG_ARCH_X64 2 @@ -144,4 +144,4 @@ BOOL HandlerStub(_In_ PHANDLED_PROC HandledProc, _In_ PVOID Closure, _Inout_ PEX } return Success; -} \ No newline at end of file +}