Makefile now working for mingw and visual

This commit is contained in:
2023-05-09 23:24:25 -04:00
parent 6c8ceeb039
commit f1c42156d1
3 changed files with 56 additions and 89 deletions

View File

@@ -1,7 +1,7 @@
#if defined(__linux__)
#include "driver-linux.cpp"
#elif defined(WIN32)
#elif defined(_WIN32)
#include "driver-windows.cpp"
#endif