os.inc 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. {$undef dos}
  12. {$define go32v2}
  13. {$undef os2}
  14. {$undef linux}
  15. {$undef win32}
  16. {
  17. $Log$
  18. Revision 1.1 1998-03-25 11:18:42 root
  19. Initial revision
  20. Revision 1.3 1998/01/26 11:57:12 michael
  21. + Added log at the end
  22. Working file: rtl/dos/go32v2/os.inc
  23. description:
  24. ----------------------------
  25. revision 1.2
  26. date: 1997/12/01 15:35:00; author: michael; state: Exp; lines: +13 -0
  27. + Added copyright reference in header.
  28. ----------------------------
  29. revision 1.1
  30. date: 1997/11/27 08:33:52; author: michael; state: Exp;
  31. Initial revision
  32. ----------------------------
  33. revision 1.1.1.1
  34. date: 1997/11/27 08:33:52; author: michael; state: Exp; lines: +0 -0
  35. FPC RTL CVS start
  36. =============================================================================
  37. }