os.inc 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. $Id$
  3. This file is part of the Free Pascal run time library.
  4. Copyright (c) 1993,97 by xxxx
  5. member of the Free Pascal development team
  6. See the file COPYING.FPC, included in this distribution,
  7. for details about the copyright.
  8. This program is distributed in the hope that it will be useful,
  9. but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  11. **********************************************************************}
  12. {$undef dos}
  13. {$undef go32v2}
  14. {$define os2}
  15. {$undef linux}
  16. {$undef win32}
  17. {
  18. $Log$
  19. Revision 1.2 1998-04-09 08:24:14 daniel
  20. * Brings OS/2 directory up to date.
  21. Revision 1.3 1998/01/26 12:01:56 michael
  22. + Added log at the end
  23. Working file: rtl/os2/os.inc
  24. description:
  25. ----------------------------
  26. revision 1.2
  27. date: 1997/12/10 11:25:03; author: michael; state: Exp; lines: +14 -0
  28. + added header with copyright reference.
  29. ----------------------------
  30. revision 1.1
  31. date: 1997/11/27 08:34:00; author: michael; state: Exp;
  32. Initial revision
  33. ----------------------------
  34. revision 1.1.1.1
  35. date: 1997/11/27 08:34:00; author: michael; state: Exp; lines: +0 -0
  36. FPC RTL CVS start
  37. =============================================================================
  38. }