Merge branch 'MinGW_Fix' into 'master'
Small compilation fix for MINGW64 cross-compilation See merge request OpenMesh/OpenMesh!151
This commit is contained in:
@@ -64,7 +64,7 @@ int getche() { return ::_getche(); }
|
||||
} // AS
|
||||
|
||||
// ----------------------------------------------------------------- Win32 ----
|
||||
#elif defined(WIN32)
|
||||
#elif defined(WIN32) || defined(__MINGW32__)
|
||||
|
||||
#include <conio.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user