home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c034 / 7.ddi / INCLUDE / OS2.H$ / OS2.bin
Encoding:
Text File  |  1989-11-06  |  676 b   |  29 lines

  1. /****************************** Module Header ******************************\
  2. *
  3. * Module Name: OS2.H
  4. *
  5. * This is the top level include file that includes all the files necessary
  6. * for writing an OS/2 application.
  7. *
  8. * Copyright (c) 1987-1990, Microsoft Corporation.  All rights reserved.
  9. *
  10. \***************************************************************************/
  11.  
  12. #define OS2_INCLUDED
  13.  
  14. /* Common definitions */
  15.  
  16. #ifndef OS2DEF_INCLUDED     /* Only include it once */
  17. #include <os2def.h>
  18. #endif
  19.  
  20. /* OS/2 Base Include File */
  21.  
  22. #include <bse.h>
  23.  
  24. /* OS/2 Presentation Manager Include File */
  25.  
  26. #ifndef INCL_NOPM
  27. #include <pm.h>
  28. #endif /* !INCL_NOPM */
  29.