Cygwin fixes: build with mingw 3.4.4 and 4.3.2
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@950 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
6968fcd422
commit
797f97f415
3 changed files with 8 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
#define D( x ) ;
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#if defined(_MSC_VER) || defined(__CYGWIN__)
|
||||
#include <time.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue