This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/os/windows
vscosta 58734fe2e7 win32 support
- support for win graphic console
- correct versioning
- document mkwin script
2014-11-04 01:27:58 +00:00
..
README move package/PLStream to os 2011-09-04 19:42:33 +02:00
dirent.h Windows SWI upgrades 2013-01-19 14:35:11 +00:00
popen.c fix win32 warnings: unsigned long != CELL, IOSTREAM with sace restore, _ffsll and _isatty, fp patches 2014-10-24 15:18:32 +01:00
utf8.c Windows SWI upgrades 2013-01-19 14:35:11 +00:00
utf8.h Windows SWI upgrades 2013-01-19 14:35:11 +00:00
uxnt.c win32 support 2014-11-04 01:27:58 +00:00
uxnt.h MSYS32 2014-10-30 07:46:17 +00:00

README

The UXNT.LIB library is used SWI-Prolog and XPCE   to make the NT and 95
filesystem a bit more like the Unix one. It deals with mapping directory
separators, ensuring there are only single   separators (mapping // to \
for example) that root-directories of devices   (c:/,  etc.) are handled
properly, no matter how the name is formed. It also implemends readdir()
and friends for Unix-compatible access to the directory.

	Regards --- Jan