home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / Fortran.51 / DISK6 / OS2.FI$ / OS2.bin
Text File  |  1990-11-07  |  617b  |  23 lines

  1. C****************************** Module Header ******************************\
  2. C
  3. C Module Name: OS2.FI
  4. C
  5. C This is the top level include file that includes all the files necessary
  6. C for writing an OS/2 application.
  7. C
  8. C This file should be included as the first line of the source file.
  9. C OS2.FD should be included as the first line of each routine in the source
  10. C  file.
  11. C
  12. C Copyright (c) 1987-1989  Microsoft Corporation
  13. C
  14. C***************************************************************************/
  15. $NOTRUNCATE
  16. $NOTSTRICT
  17.  
  18. $DEFINE OS2_INCLUDED
  19.  
  20. C* OS/2 Base Include File
  21.  
  22.     INCLUDE "bse.fi"
  23.