home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Languages Suite
/
ProgLangD.iso
/
Fortran.51
/
DISK6
/
OS2.FI$
/
OS2.bin
Wrap
Text File
|
1990-11-07
|
617b
|
23 lines
C****************************** Module Header ******************************\
C
C Module Name: OS2.FI
C
C This is the top level include file that includes all the files necessary
C for writing an OS/2 application.
C
C This file should be included as the first line of the source file.
C OS2.FD should be included as the first line of each routine in the source
C file.
C
C Copyright (c) 1987-1989 Microsoft Corporation
C
C***************************************************************************/
$NOTRUNCATE
$NOTSTRICT
$DEFINE OS2_INCLUDED
C* OS/2 Base Include File
INCLUDE "bse.fi"