Makefile now working for mingw and visual
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
#if defined(__linux__)
|
||||
#include "driver-linux.cpp"
|
||||
#elif defined(WIN32)
|
||||
#elif defined(_WIN32)
|
||||
#include "driver-windows.cpp"
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user