home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ddkx86v1.zip / DDKX86 / H / OS2P.H < prev    next >
C/C++ Source or Header  |  1995-04-14  |  2KB  |  47 lines

  1. /*DDK*************************************************************************/
  2. /*                                                                           */
  3. /* COPYRIGHT (C) Microsoft Corporation, 1989                                 */
  4. /* COPYRIGHT    Copyright (C) 1995 IBM Corporation                           */
  5. /*                                                                           */
  6. /*    The following IBM OS/2 WARP source code is provided to you solely for  */
  7. /*    the purpose of assisting you in your development of OS/2 WARP device   */
  8. /*    drivers. You may use this code in accordance with the IBM License      */
  9. /*    Agreement provided in the IBM Device Driver Source Kit for OS/2. This  */
  10. /*    Copyright statement may not be removed.                                */
  11. /*                                                                           */
  12. /*****************************************************************************/
  13. /*static char *SCCSID = "@(#)os2p.h    6.1 90/11/15";*/
  14. /****************************** Module Header ******************************\
  15. *
  16. *
  17. * Module Name: OS2P.H
  18. *
  19. * This is the top level include file that includes all the private include
  20. * files for all OS/2 components
  21. *
  22. \***************************************************************************/
  23.  
  24. #if !(defined(INCL_32) || defined(INCL_16))
  25. #ifdef M_I386
  26.     #define INCL_32
  27. #else /* not M_I386 */
  28.     #define INCL_16
  29. #endif /* M_I386 */
  30. #endif /* INCL_32 || INCL_16 */
  31.  
  32. /* OS/2 common PRIVATE definitions */
  33.  
  34. #include <os2defp.h>
  35.  
  36. /* OS/2 Presentation Manager PRIVATE definitions */
  37.  
  38. #ifndef OS2_NOPMAPI
  39. #include <pmp.h>
  40. #endif /* OS2_NOPMAPI */
  41.  
  42. /* OS/2 Base Include File */
  43.  
  44. #ifndef OS2_NOBASEAPI
  45. #include <bsep.h>
  46. #endif /* OS2_NOBASEAPI */
  47.