home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ddkx86v1.zip / DDKX86 / IBMH / OS2P.H < prev    next >
C/C++ Source or Header  |  1995-04-14  |  2KB  |  48 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 92/02/27";*/
  14. /*static char *SCCSID = "@(#)os2p.h    6.1 90/11/15";*/
  15. /****************************** Module Header ******************************\
  16. *
  17. *
  18. * Module Name: OS2P.H
  19. *
  20. * This is the top level include file that includes all the private include
  21. * files for all OS/2 components
  22. *
  23. \***************************************************************************/
  24.  
  25. #if !(defined(INCL_32) || defined(INCL_16))
  26. #ifdef M_I386
  27.     #define INCL_32
  28. #else /* not M_I386 */
  29.     #define INCL_16
  30. #endif /* M_I386 */
  31. #endif /* INCL_32 || INCL_16 */
  32.  
  33. /* OS/2 common PRIVATE definitions */
  34.  
  35. #include <os2defp.h>
  36.  
  37. /* OS/2 Presentation Manager PRIVATE definitions */
  38.  
  39. #ifndef OS2_NOPMAPI
  40. #include <pmp.h>
  41. #endif /* OS2_NOPMAPI */
  42.  
  43. /* OS/2 Base Include File */
  44.  
  45. #ifndef OS2_NOBASEAPI
  46. #include <bsep.h>
  47. #endif /* OS2_NOBASEAPI */
  48.