Added support for MinGW32 - to be working with qticsneo

This commit is contained in:
Tomasz Ziobrowski
2021-06-15 20:15:08 +02:00
parent 3cff831c6b
commit af2c30885b
4 changed files with 41 additions and 37 deletions
+2
View File
@@ -60,11 +60,13 @@
#define caddr_t char*
#ifdef __MSC_VER
#if _MSC_VER < 1500
#define snprintf _snprintf
#define vsnprintf _vsnprintf
#define strdup _strdup
#endif
#endif // __MSC_VER
//#define inline __inline