pierre 2e75c0eca0 * WINBOOL changed from longint to longbool há 27 anos atrás
..
README.TXT d1a1f501c8 Initial revision há 28 anos atrás
ascdef.pp 06e24d00f4 + all unknown function ifdef with há 27 anos atrás
ascdef.sed 06e24d00f4 + all unknown function ifdef with há 27 anos atrás
ascfun.pp 06e24d00f4 + all unknown function ifdef with há 27 anos atrás
base.pp 2e75c0eca0 * WINBOOL changed from longint to longbool há 27 anos atrás
crt.pp 59456d7671 + Initial implementation, donated by Hans Lunsing há 27 anos atrás
defines.pp a0eda71f84 * compilable windows.pp file há 27 anos atrás
dos.pp 734a30e857 Corrected fexpand behaviour. há 27 anos atrás
errors.pp a0eda71f84 * compilable windows.pp file há 27 anos atrás
func.pp 06e24d00f4 + all unknown function ifdef with há 27 anos atrás
makefile 4956991f0b * fixed $smartlibext -> $staticlibext to fix a 'rm *' :( há 27 anos atrás
messages.pp a0eda71f84 * compilable windows.pp file há 27 anos atrás
objinc.inc cd95f7a510 + First version há 27 anos atrás
os.inc cb3365a5ac * working w32 rtl há 27 anos atrás
struct.pp a0eda71f84 * compilable windows.pp file há 27 anos atrás
syswin32.pp b8e1249066 * do_open sometimes returns -1 as handle on fail há 27 anos atrás
unidef.pp 06e24d00f4 + all unknown function ifdef with há 27 anos atrás
unidef.sed 06e24d00f4 + all unknown function ifdef with há 27 anos atrás
unifun.pp 06e24d00f4 + all unknown function ifdef with há 27 anos atrás
win32.inc cb3365a5ac * working w32 rtl há 27 anos atrás
windows.pp a0eda71f84 * compilable windows.pp file há 27 anos atrás
winheap.inc 5a638754f4 * better readln/writeln há 27 anos atrás

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]