WINDOWS compatibility

This commit is contained in:
U-WIN-U2045GN0RNQ\Vítor Santos Costa
2011-03-08 00:03:50 +00:00
parent 53137a2502
commit a3f79cede9
23 changed files with 105 additions and 86 deletions

2
packages/PLStream/pl-rl.c Normal file → Executable file
View File

@@ -40,7 +40,7 @@ SWI-Prolog.h and SWI-Stream.h
#include "SWI-Stream.h"
#include "SWI-Prolog.h"
#ifdef __WINDOWS__
#if defined(__WINDOWS__) && !defined(__YAP_PROLOG__)
#ifdef WIN64
#include "config/win64.h"
#else