Browse Source

Manual revert of src/libethash/util.h

cl-refactor
Gustav Simonsson 10 years ago
parent
commit
319de5aba2
  1. 4
      util.h

4
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)
{

Loading…
Cancel
Save