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

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]