os.inc 783 B

123456789101112131415161718192021222324252627
  1. {
  2. $Id$
  3. This file is part of the Free Pascal run time library.
  4. Copyright (c) 1993,97 by the Free Pascal development team.
  5. See the file COPYING.FPC, included in this distribution,
  6. for details about the copyright.
  7. This program is distributed in the hope that it will be useful,
  8. but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  10. **********************************************************************}
  11. {$define go32v1}
  12. {$undef go32v2}
  13. {$undef os2}
  14. {$undef linux}
  15. {$undef win32}
  16. {
  17. $Log$
  18. Revision 1.2 1998-05-22 00:39:31 peter
  19. * go32v1, go32v2 recompiles with the new objects
  20. * remake3 works again with go32v2
  21. - removed some "optimizes" from daniel which were wrong
  22. }