From ffae487cf2bdd2c902854e52aadea85dd2778c38 Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Tue, 26 Jul 2011 18:42:13 +0100 Subject: [PATCH] fix path support in WINDOWS. --- packages/PLStream/pl-incl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/PLStream/pl-incl.h b/packages/PLStream/pl-incl.h index 281bb9849..1dc5bf6eb 100755 --- a/packages/PLStream/pl-incl.h +++ b/packages/PLStream/pl-incl.h @@ -9,6 +9,7 @@ #include #include #define O_HASDRIVES 1 +#define O_HASSHARES 1 #endif #ifndef PL_CONSOLE @@ -25,6 +26,7 @@ #include "Yap.h" #include "YapHeap.h" + /* try not to pollute the SWI space */ #ifdef P #undef P