STA.cp 534 B

123456789101112131415
  1. (*
  2. * Library module for GP Component Pascal.
  3. * This module name is "magic" in the sense that its name is known
  4. * to the compiler. If it is imported, the module will be compiled
  5. * so that its body is named "WinMain" with no arglist.
  6. *
  7. * Original : kjg CPmain November 1998
  8. * Modified : kjg WinMain February 2004
  9. *
  10. * This is a dummy module, it exists only to cause the
  11. * generation of a corresponding symbol file: WinMain.cps
  12. * when compiled with the -special flag.
  13. *)
  14. SYSTEM MODULE STA;
  15. END STA.