Skip to content

Commit

Permalink
Merge pull request #103 from rgrymin/master
Browse files Browse the repository at this point in the history
FIX: Hippomock does not work properly with g++ (MinGW) on Windows
  • Loading branch information
dascandy authored Mar 11, 2019
2 parents 5579de1 + 2c7fa21 commit 10960d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions HippoMocks/hippomocks.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,11 @@
#define HM_NS HippoMocks::
#endif

#ifdef _MSC_VER
#ifdef _WIN64
#define WINCALL
#else
#define WINCALL __stdcall
#endif
#endif
#ifndef DEBUGBREAK
#ifdef _MSC_VER
extern "C" __declspec(dllimport) int WINCALL IsDebuggerPresent();
Expand Down

0 comments on commit 10960d0

Please sign in to comment.