macostp.pp 798 B

123456789101112131415161718192021222324252627282930
  1. {
  2. This file is part of the Free Pascal run time library.
  3. Copyright (c) 2003 - 2004 by Olle Raab
  4. A selection of the MacOS API for FreePascal, written
  5. in the Turbo Pascal dialect.
  6. It is primarily for internal use in the rtl, please
  7. do not expect it to remain the same over time,
  8. it will be subject to changes.
  9. See the file COPYING.FPC, included in this distribution,
  10. for details about the copyright.
  11. This program is distributed in the hope that it will be useful,
  12. but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  14. **********************************************************************}
  15. unit macostp;
  16. interface
  17. {$define MACOS_USE_STDCLIB}
  18. {$I macostp.inc}
  19. implementation
  20. end.