windows stuff

This commit is contained in:
Vitor Santos Costa
2013-01-19 11:47:14 +00:00
parent 0e262df2ee
commit 05f9a935e1
5 changed files with 406 additions and 394 deletions

View File

@@ -41,11 +41,13 @@ SWI-Prolog.h and SWI-Stream.h
#include "SWI-Prolog.h"
#ifdef __WINDOWS__
#ifndef __YAP_PROLOG__
#ifdef WIN64
#include "config/win64.h"
#else
#include "config/win32.h"
#endif
#endif
#else
#include <config.h>
#endif