fixes for WIN32 compilation.
This commit is contained in:
parent
78d8487156
commit
f73d7ef5f6
@ -5,6 +5,12 @@
|
|||||||
#define O_GMP 1
|
#define O_GMP 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __WINDOWS__
|
||||||
|
#include <windows.h>
|
||||||
|
#include <uxnt.h>
|
||||||
|
#define O_HASDRIVES 1
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef PL_CONSOLE
|
#ifndef PL_CONSOLE
|
||||||
#define PL_KERNEL 1
|
#define PL_KERNEL 1
|
||||||
#endif
|
#endif
|
||||||
@ -18,10 +24,6 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "Yap.h"
|
#include "Yap.h"
|
||||||
#ifdef __WINDOWS__
|
|
||||||
#include <windows.h>
|
|
||||||
#include <uxnt.h>
|
|
||||||
#endif
|
|
||||||
#include "YapHeap.h"
|
#include "YapHeap.h"
|
||||||
/* try not to pollute the SWI space */
|
/* try not to pollute the SWI space */
|
||||||
#ifdef P
|
#ifdef P
|
||||||
|
Reference in New Issue
Block a user