Cygwin fix.
This commit is contained in:
parent
ecd0f2306e
commit
ebc9ba19aa
1 changed files with 4 additions and 0 deletions
|
@ -56,6 +56,10 @@
|
||||||
SG_USING_STD(sort);
|
SG_USING_STD(sort);
|
||||||
SG_USING_STD(random_shuffle);
|
SG_USING_STD(random_shuffle);
|
||||||
|
|
||||||
|
#ifdef __CYGWIN__
|
||||||
|
#define HUGE HUGE_VAL
|
||||||
|
#endif
|
||||||
|
|
||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
* ScheduleTime
|
* ScheduleTime
|
||||||
***************e*************************************************************/
|
***************e*************************************************************/
|
||||||
|
|
Loading…
Add table
Reference in a new issue