Updates for cygwin
This commit is contained in:
parent
dc5397b33b
commit
b672fed418
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
|
Loading…
Add table
Reference in a new issue