michael 6a5fc9eea4 + Added disk.inc to sysutils dependencies 27 年之前
..
Makefile 6a5fc9eea4 + Added disk.inc to sysutils dependencies 27 年之前
README.TXT d1a1f501c8 Initial revision 27 年之前
ascdef.pp 06e24d00f4 + all unknown function ifdef with 27 年之前
ascdef.sed 06e24d00f4 + all unknown function ifdef with 27 年之前
ascfun.pp 06e24d00f4 + all unknown function ifdef with 27 年之前
base.pp 2e75c0eca0 * WINBOOL changed from longint to longbool 27 年之前
crt.pp 59456d7671 + Initial implementation, donated by Hans Lunsing 27 年之前
defines.pp a0eda71f84 * compilable windows.pp file 27 年之前
disk.inc dda63421b1 Added disk functions 27 年之前
dos.pp 734a30e857 Corrected fexpand behaviour. 27 年之前
errors.pp a0eda71f84 * compilable windows.pp file 27 年之前
filutil.inc 844f30a84c Added file calls. Implemented for linux only 27 年之前
func.pp 06e24d00f4 + all unknown function ifdef with 27 年之前
messages.pp a0eda71f84 * compilable windows.pp file 27 年之前
objinc.inc cd95f7a510 + First version 27 年之前
os.inc cb3365a5ac * working w32 rtl 27 年之前
struct.pp a0eda71f84 * compilable windows.pp file 27 年之前
syswin32.pp 4620a73a9b * FPC_ names 27 年之前
unidef.pp 06e24d00f4 + all unknown function ifdef with 27 年之前
unidef.sed d337790969 some conversion where wrong 27 年之前
unifun.pp 06e24d00f4 + all unknown function ifdef with 27 年之前
win32.inc cb3365a5ac * working w32 rtl 27 年之前
windows.pp a0eda71f84 * compilable windows.pp file 27 年之前
winheap.inc 5a638754f4 * better readln/writeln 27 年之前

README.TXT

This is the version 0.1.0 of the Win32 run time library for Free Pascal.

Pascal runtime library
----------------------

API
---

The Win32-API units base on the GNU Windows32 API header files for C.
The are converted using the h2pas tool.

Remarks

- If a record field etc. had the same name as a Free Pascal keyword a
underline char is used as prefix:
to => _to

Comments, Suggestions etc. to
Florian Klaempfl
[email protected]