Browse Source

Merge pull request #769 from macterra/bfgminer

Fix for mingw build
Luke Dashjr 7 years ago
parent
commit
b2d60799a9
1 changed files with 4 additions and 0 deletions
  1. 4 0
      winhacks.h

+ 4 - 0
winhacks.h

@@ -13,4 +13,8 @@
 #	undef MOUSE_MOVED
 #endif
 
+#ifdef interface
+#undef interface
+#endif
+
 #endif