Add support for cygwin
This commit is contained in:
parent
3a5ed2b997
commit
527ada0e1d
1 changed files with 2 additions and 0 deletions
|
@ -287,6 +287,8 @@ bool FGATC610x::open() {
|
|||
|
||||
#if defined( _MSC_VER )
|
||||
ulMilliSecondSleep(33);
|
||||
#elif defined (WIN32) && !defined(__CYGWIN__)
|
||||
Sleep (33);
|
||||
#else
|
||||
usleep(33);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue