home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c034 / 7.ddi / INC11 / OS2.H$ / OS2.bin
Encoding:
Text File  |  1990-01-09  |  826 b   |  32 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. * The following symbol is used in this file for conditional sections.
  13. *
  14. *   INCL_NOPM    -  NONE of the OS/2 Presentation Manager
  15. \**************************************************************************/
  16.  
  17. #define OS2_INCLUDED
  18.  
  19. /* Common definitions */
  20.  
  21. #include <os2def.h>
  22.  
  23. /* OS/2 Base Include File */
  24.  
  25. #include <bse.h>
  26.  
  27. /* OS/2 Presentation Manager Include File */
  28.  
  29. #ifndef INCL_NOPM
  30. #include <pm.h>
  31. #endif /* !INCL_NOPM */
  32.