From 319de5aba2b75168c76bac77d56b74984568c1e5 Mon Sep 17 00:00:00 2001 From: Gustav Simonsson Date: Thu, 7 May 2015 13:50:11 +0200 Subject: [PATCH] Manual revert of src/libethash/util.h --- util.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/util.h b/util.h index 259fffddd..c5fc6e55b 100644 --- a/util.h +++ b/util.h @@ -26,7 +26,11 @@ extern "C" { #endif +#ifdef _MSC_VER void debugf(char const* str, ...); +#else +#define debugf printf +#endif static inline uint32_t min_u32(uint32_t a, uint32_t b) {