peter 057e2e3891 + pascal type aliases 27 years ago
..
Makefile ef7da87e66 * fixed dos dependency 27 years ago
README.TXT d1a1f501c8 Initial revision 27 years ago
ascdef.pp 77bd6071b3 * type HINSTANCE -> HINST 27 years ago
ascdef.sed 06e24d00f4 + all unknown function ifdef with 27 years ago
ascfun.pp 77bd6071b3 * type HINSTANCE -> HINST 27 years ago
base.pp 77bd6071b3 * type HINSTANCE -> HINST 27 years ago
crt.pp 59456d7671 + Initial implementation, donated by Hans Lunsing 27 years ago
defines.pp 057e2e3891 + pascal type aliases 27 years ago
disk.inc dda63421b1 Added disk functions 27 years ago
dos.pp e591bca4bb * environment vars are case insensitive under WinNT/DOS 27 years ago
errors.pp a0eda71f84 * compilable windows.pp file 27 years ago
filutil.inc 844f30a84c Added file calls. Implemented for linux only 27 years ago
func.pp 77bd6071b3 * type HINSTANCE -> HINST 27 years ago
messages.pp a0eda71f84 * compilable windows.pp file 27 years ago
objinc.inc cd95f7a510 + First version 27 years ago
os.inc cb3365a5ac * working w32 rtl 27 years ago
struct.pp 057e2e3891 + pascal type aliases 27 years ago
syswin32.pp 7a43ffe6cb + Is* flags added 27 years ago
unidef.pp 77bd6071b3 * type HINSTANCE -> HINST 27 years ago
unidef.sed d337790969 some conversion where wrong 27 years ago
unifun.pp 77bd6071b3 * type HINSTANCE -> HINST 27 years ago
win32.inc cb3365a5ac * working w32 rtl 27 years ago
windows.pp a0eda71f84 * compilable windows.pp file 27 years ago

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]