make it linux compatible again.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@640 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
parent
a1edbf5b9c
commit
b1b021d168
@ -30,11 +30,17 @@ static char SccsId[] = "%W% %G%";
|
|||||||
#if _MSC_VER || defined(__MINGW32__)
|
#if _MSC_VER || defined(__MINGW32__)
|
||||||
#define _WIN32_WINNT 0x0400
|
#define _WIN32_WINNT 0x0400
|
||||||
#endif
|
#endif
|
||||||
|
/* windows.h does not like absmi.h, this
|
||||||
|
should fix it for now */
|
||||||
|
#if _MSC_VER || defined(__MINGW32__)
|
||||||
#include "Yap.h"
|
#include "Yap.h"
|
||||||
#include "Yatom.h"
|
#include "Yatom.h"
|
||||||
#include "Heap.h"
|
#include "Heap.h"
|
||||||
#include "yapio.h"
|
|
||||||
#include "eval.h"
|
#include "eval.h"
|
||||||
|
#else
|
||||||
|
#include "absmi.h"
|
||||||
|
#endif
|
||||||
|
#include "yapio.h"
|
||||||
#include "alloc.h"
|
#include "alloc.h"
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#if STDC_HEADERS
|
#if STDC_HEADERS
|
||||||
|
Reference in New Issue
Block a user