Fix issue #392: mktime takes a localtime as input. Assumption that if HAVE_DAYLIGHT is missing imply that mktime takes a gmt time is wrong (sg_time.cxx, line 482)
This commit is contained in:
parent
6ac69b604e
commit
88e2cdd283
@ -151,6 +151,7 @@
|
||||
#define HAVE_MEMORY_H 1
|
||||
|
||||
#define HAVE_MEMCPY 1
|
||||
#define HAVE_DAYLIGHT 1
|
||||
|
||||
#define GLUT_H <GL/glut.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user