home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ddkx86v5.zip / DDKX86 / SRC / CMD / SVGAINST / DISPMAIN.H < prev    next >
C/C++ Source or Header  |  1995-04-14  |  3KB  |  58 lines

  1. /*DDK*************************************************************************/
  2. /*                                                                           */
  3. /* COPYRIGHT    Copyright (C) 1995 IBM Corporation                           */
  4. /*                                                                           */
  5. /*    The following IBM OS/2 WARP source code is provided to you solely for  */
  6. /*    the purpose of assisting you in your development of OS/2 WARP device   */
  7. /*    drivers. You may use this code in accordance with the IBM License      */
  8. /*    Agreement provided in the IBM Device Driver Source Kit for OS/2. This  */
  9. /*    Copyright statement may not be removed.                                */
  10. /*                                                                           */
  11. /*****************************************************************************/
  12. /* SCCSID = %%s %%s %%s */
  13.  
  14. /****************************************************************************/
  15. /*                                                                          */
  16. /*                                                                          */
  17. /*                                                                          */
  18. /****************************************************************************/
  19.  
  20. /*********************************************************************/
  21. /*                                                                   */
  22. /*  SOURCE FILE NAME: dispmain.h                                     */
  23. /*                                                                   */
  24. /*  DESCRIPTIVE NAME: Main include file for DISPINST                 */
  25. /*                                                                   */
  26. /*  FUNCTION: This include file pulls in all the other include file  */
  27. /*            in the correct order.                                  */
  28. /*                                                                   */
  29. /*  ENTRY POINT: None                                                */
  30. /*                                                                   */
  31. /*  PARAMETERS: None                                                 */
  32. /*   Input:                                                          */
  33. /*   Output:                                                         */
  34. /*                                                                   */
  35. /*  REFERENCES: None                                                 */
  36. /*                                                                   */
  37. /*********************************************************************/
  38.  
  39. #define com_strchr  strchr
  40. #define com_strcmpi stricmp
  41. #define com_strrchr strrchr
  42. #define com_substr  strstr
  43. #define com_toupper toupper
  44. #define com_strupr  strupr
  45.  
  46. #define  INCL_GPIDISPPRF
  47. #define  INCL_DOSSEMAPHORES                    //@MTD
  48. #include <os2.h>
  49. #include <pmgpip.h>
  50. #include "dispdefs.h"                                           /* #define's */
  51. #include "dispstrc.h"                               /* structure definitions */
  52. #include "dispcall.h"                                     /* call prototypes */
  53. #include "dispvars.h"                                           /* variables */
  54. #include "dispdcfg.h"                             /* display config handling */
  55. #include "dispmem.h"                           /* internal memory management */
  56. #include "service.h"
  57. #include "comdef.h"
  58.