home *** CD-ROM | disk | FTP | other *** search
- /****************************** Module Header *****************************\
- *
- * Module Name: OS2.H
- *
- * This is the top level include file that includes all the files necessary
- * for writing an OS/2 application.
- *
- * Copyright (c) 1987-1990, Microsoft Corporation. All rights reserved.
- *
- * ==========================================================================
- *
- * The following symbol is used in this file for conditional sections.
- *
- * INCL_NOPM - NONE of the OS/2 Presentation Manager
- \**************************************************************************/
-
- #define OS2_INCLUDED
-
- /* Common definitions */
-
- #include <os2def.h>
-
- /* OS/2 Base Include File */
-
- #include <bse.h>
-
- /* OS/2 Presentation Manager Include File */
-
- #ifndef INCL_NOPM
- #include <pm.h>
- #endif /* !INCL_NOPM */
-