fpc/rtl/win32
1998-12-15 22:42:49 +00:00
..
ascdef.pp * type HINSTANCE -> HINST 1998-10-27 11:17:07 +00:00
ascdef.sed + all unknown function ifdef with 1998-09-04 17:17:28 +00:00
ascfun.pp * type HINSTANCE -> HINST 1998-10-27 11:17:07 +00:00
base.pp * type HINSTANCE -> HINST 1998-10-27 11:17:07 +00:00
crt.pp + Initial implementation, donated by Hans Lunsing 1998-07-08 07:40:16 +00:00
defines.pp + pascal type aliases 1998-11-12 11:41:05 +00:00
disk.inc Added disk functions 1998-10-11 13:42:55 +00:00
dos.pp * fixed longbool returns for api calls 1998-11-16 15:48:53 +00:00
errors.pp * compilable windows.pp file 1998-08-31 11:53:53 +00:00
filutil.inc Added file calls. Implemented for linux only 1998-10-11 12:21:01 +00:00
func.pp * type HINSTANCE -> HINST 1998-10-27 11:17:07 +00:00
Makefile * needs asw to link correctly wprt0 or wdllprt0 file 1998-11-30 13:13:40 +00:00
messages.pp * compilable windows.pp file 1998-08-31 11:53:53 +00:00
objinc.inc + First version 1998-07-07 12:38:46 +00:00
os.inc * working w32 rtl 1998-06-10 10:39:11 +00:00
README.TXT Initial revision 1998-03-25 11:18:12 +00:00
struct.pp + pascal type aliases 1998-11-12 11:41:05 +00:00
syswin32.pp * removed temp symbols 1998-12-15 22:42:49 +00:00
unidef.pp * type HINSTANCE -> HINST 1998-10-27 11:17:07 +00:00
unidef.sed some conversion where wrong 1998-09-18 16:01:22 +00:00
unifun.pp * type HINSTANCE -> HINST 1998-10-27 11:17:07 +00:00
wdllprt0.as * needs asw to link correctly wprt0 or wdllprt0 file 1998-11-30 13:13:40 +00:00
win32.inc * working w32 rtl 1998-06-10 10:39:11 +00:00
windows.pp * compilable windows.pp file 1998-08-31 11:53:53 +00:00
wprt0.as * needs asw to link correctly wprt0 or wdllprt0 file 1998-11-30 13:13:40 +00:00

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
ba2395@fen.baynet.de