os.inc 654 B

1234567891011121314151617181920212223242526
  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 win32}
  12. {$undef go32v1}
  13. {$undef go32v2}
  14. {$undef os2}
  15. {$undef linux}
  16. {
  17. $Log$
  18. Revision 1.3 1998-06-10 10:39:16 peter
  19. * working w32 rtl
  20. }