Skip to content

Commit 66d6f2d

Browse files
Fix: Include intsafe.h when compiling with MingW (microsoft#223)
1 parent 45a76a3 commit 66d6f2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/detours.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
#define __try
5757
#define __except(x) if (0)
5858
#include <strsafe.h>
59+
#include <intsafe.h>
5960
#endif
6061

6162
// From winerror.h, as this error isn't found in some SDKs:

0 commit comments

Comments
 (0)