Skip to content
This repository has been archived by the owner on Aug 28, 2019. It is now read-only.

Commit

Permalink
Attempt at repairing AppVeyor builds
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Feb 8, 2019
1 parent fc508e9 commit c920f3a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions unit-tests.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// NOMINMAX is a workaround so that windows.h does no define the `min`
// and `max` macros that conflict with the STL.
#ifdef _WIN32
#define NOMINMAX
#endif

#include "mkmock.hpp"

#define MKCURL_INLINE_IMPL
Expand Down

0 comments on commit c920f3a

Please sign in to comment.