support win32

This commit is contained in:
Vitor Santos Costa
2013-11-11 00:28:38 +00:00
parent bfee0cbea6
commit 153794e14b
2 changed files with 14 additions and 1 deletions

2
library/system.yap Normal file → Executable file
View File

@@ -48,8 +48,10 @@
:- use_module(library(lists), [append/3]).
:- if(current_prolog_flag(windows, false)).
:- reexport(library(unix), [wait/2,
kill/2]).
:- endif.
:- load_foreign_files([sys], [], init_sys).