fix path support in WINDOWS.
This commit is contained in:
parent
e145910234
commit
ffae487cf2
@ -9,6 +9,7 @@
|
|||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <uxnt.h>
|
#include <uxnt.h>
|
||||||
#define O_HASDRIVES 1
|
#define O_HASDRIVES 1
|
||||||
|
#define O_HASSHARES 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef PL_CONSOLE
|
#ifndef PL_CONSOLE
|
||||||
@ -25,6 +26,7 @@
|
|||||||
|
|
||||||
#include "Yap.h"
|
#include "Yap.h"
|
||||||
#include "YapHeap.h"
|
#include "YapHeap.h"
|
||||||
|
|
||||||
/* try not to pollute the SWI space */
|
/* try not to pollute the SWI space */
|
||||||
#ifdef P
|
#ifdef P
|
||||||
#undef P
|
#undef P
|
||||||
|
Reference in New Issue
Block a user