pierre 957fdc1f2d + exception handling by default 27 лет назад
..
Makefile 292e21df12 * needs asw to link correctly wprt0 or wdllprt0 file 27 лет назад
README.TXT d1a1f501c8 Initial revision 27 лет назад
ascdef.pp 77bd6071b3 * type HINSTANCE -> HINST 27 лет назад
ascdef.sed 06e24d00f4 + all unknown function ifdef with 27 лет назад
ascfun.pp 77bd6071b3 * type HINSTANCE -> HINST 27 лет назад
base.pp 77bd6071b3 * type HINSTANCE -> HINST 27 лет назад
crt.pp 59456d7671 + Initial implementation, donated by Hans Lunsing 27 лет назад
defines.pp 057e2e3891 + pascal type aliases 27 лет назад
disk.inc dda63421b1 Added disk functions 27 лет назад
dos.pp b0abdd9de6 * fixed longbool returns for api calls 27 лет назад
errors.pp a0eda71f84 * compilable windows.pp file 27 лет назад
filutil.inc 844f30a84c Added file calls. Implemented for linux only 27 лет назад
func.pp 77bd6071b3 * type HINSTANCE -> HINST 27 лет назад
messages.pp a0eda71f84 * compilable windows.pp file 27 лет назад
objinc.inc cd95f7a510 + First version 27 лет назад
os.inc cb3365a5ac * working w32 rtl 27 лет назад
struct.pp 057e2e3891 + pascal type aliases 27 лет назад
syswin32.pp 957fdc1f2d + exception handling by default 27 лет назад
unidef.pp 77bd6071b3 * type HINSTANCE -> HINST 27 лет назад
unidef.sed d337790969 some conversion where wrong 27 лет назад
unifun.pp 77bd6071b3 * type HINSTANCE -> HINST 27 лет назад
wdllprt0.as 292e21df12 * needs asw to link correctly wprt0 or wdllprt0 file 27 лет назад
win32.inc cb3365a5ac * working w32 rtl 27 лет назад
windows.pp a0eda71f84 * compilable windows.pp file 27 лет назад
wprt0.as 292e21df12 * needs asw to link correctly wprt0 or wdllprt0 file 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]