os.inc 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. $Id$
  3. This file is part of the Free Pascal run time library.
  4. Copyright (c) 1998-2000 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.3 2000-01-07 16:32:32 daniel
  20. * copyright 2000 added
  21. Revision 1.2 1998/04/09 08:24:14 daniel
  22. * Brings OS/2 directory up to date.
  23. Revision 1.3 1998/01/26 12:01:56 michael
  24. + Added log at the end
  25. Working file: rtl/os2/os.inc
  26. description:
  27. ----------------------------
  28. revision 1.2
  29. date: 1997/12/10 11:25:03; author: michael; state: Exp; lines: +14 -0
  30. + added header with copyright reference.
  31. ----------------------------
  32. revision 1.1
  33. date: 1997/11/27 08:34:00; author: michael; state: Exp;
  34. Initial revision
  35. ----------------------------
  36. revision 1.1.1.1
  37. date: 1997/11/27 08:34:00; author: michael; state: Exp; lines: +0 -0
  38. FPC RTL CVS start
  39. =============================================================================
  40. }