Skip to content

Commit

Permalink
fix docs.rs cross-compilation error?
Browse files Browse the repository at this point in the history
  • Loading branch information
sonodima authored Feb 8, 2024
1 parent 00e0b11 commit 4587fd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stub.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define WIN32_LEAN_AND_MEAN
#include <Windows.h>
#include <windows.h>

#define TG_ARCH_X86 1
#define TG_ARCH_X64 2
Expand Down Expand Up @@ -144,4 +144,4 @@ BOOL HandlerStub(_In_ PHANDLED_PROC HandledProc, _In_ PVOID Closure, _Inout_ PEX
}

return Success;
}
}

0 comments on commit 4587fd0

Please sign in to comment.