Skip to content

Commit

Permalink
Fix compilation issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed Feb 9, 2024
1 parent 1964f00 commit a17e984
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions NanaZip.Shared/DllBlock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@
* MouriNaruto ([email protected])
*/

#include <MINT.h>

#include <Detours.h>

#include "DllBlock.h"

#ifdef NDEBUG

#include <Detours.h>
#include <MINT.h>

namespace
{
static decltype(NtMapViewOfSection)* RealNtMapViewOfSection = nullptr;
Expand Down

0 comments on commit a17e984

Please sign in to comment.