mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Added support for MinGW32 - to be working with qticsneo
This commit is contained in:
+2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user