README.TXT 437 B

1234567891011121314151617181920
  1. This is the version 0.1.0 of the Win32 run time library for Free Pascal.
  2. Pascal runtime library
  3. ----------------------
  4. API
  5. ---
  6. The Win32-API units base on the GNU Windows32 API header files for C.
  7. The are converted using the h2pas tool.
  8. Remarks
  9. - If a record field etc. had the same name as a Free Pascal keyword a
  10. underline char is used as prefix:
  11. to => _to
  12. Comments, Suggestions etc. to
  13. Florian Klaempfl
  14. [email protected]