Skip to content

Commit

Permalink
Prevent conflict with MINGW32 defines (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneNyffenegger authored Feb 24, 2021
1 parent 9116a26 commit 7f33ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/detours.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
//////////////////////////////////////////////////////////////////////////////
//

#if (_MSC_VER < 1299)
#if (_MSC_VER < 1299) && !defined(__MINGW32__)
typedef LONG LONG_PTR;
typedef ULONG ULONG_PTR;
#endif
Expand Down

0 comments on commit 7f33ae3

Please sign in to comment.