Closed waldnercharles closed 2 weeks ago
This allowed me to link when using mingw. The same can likely be achieved by specifying -D_MSC_VER for gcc builds.
-D_MSC_VER
Note: I changed _MSC_VER to _WIN32. I don't think this will have any side effects, but figured I should call it out
_MSC_VER
_WIN32
This allowed me to link when using mingw. The same can likely be achieved by specifying
-D_MSC_VER
for gcc builds.Note: I changed
_MSC_VER
to_WIN32
. I don't think this will have any side effects, but figured I should call it out