os.inc 1.4 KB

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