1
0
Fork 0

Updates for cygwin

This commit is contained in:
tony 2002-11-23 15:33:01 +00:00
parent dc5397b33b
commit b672fed418

View file

@ -66,8 +66,8 @@ typedef enum { tLongitudinal, tFull, tGround, tPullup,
tCustom, tNone, tTurn
} TrimMode;
#ifdef _WIN32
#define snprintf _snprintf
#if defined(_WIN32) && !defined(__CYGWIN__)
#define snprintf _snprintf
#endif
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%