1
0
Fork 0

Cygwin fix.

This commit is contained in:
ehofman 2005-10-20 08:48:32 +00:00
parent ecd0f2306e
commit ebc9ba19aa

View file

@ -56,6 +56,10 @@
SG_USING_STD(sort);
SG_USING_STD(random_shuffle);
#ifdef __CYGWIN__
#define HUGE HUGE_VAL
#endif
/******************************************************************************
* ScheduleTime
***************e*************************************************************/