home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional Developers Kit 1992 November / Disc01 / Disc01.mdf / runnable / mmos2 / mmtoolkt / h / os2me.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-05-06  |  1.5 KB  |  46 lines

  1. /****************************************************************************/
  2. /*                                                                          */
  3. /* Module Name: OS2ME.H                                                     */
  4. /*                                                                          */
  5. /* OS/2 2.0 Multimedia Extensions top level include file that includes all  */
  6. /* the files necessary for writing an OS/2 Multimedia application.          */
  7. /*                                                                          */
  8. /* Copyright (c) International Business Machines Corporation 1991, 1992     */
  9. /*                        All Rights Reserved                               */
  10. /*                                                                          */
  11. /****************************************************************************/
  12.  
  13. #define OS2ME_INCLUDED
  14.  
  15. #ifndef INCL_32
  16.   #ifndef INCL_16
  17.     #define INCL_32
  18.   #endif
  19. #endif
  20.  
  21. /* Common definitions */
  22. #include "os2medef.h"
  23. #include "meerror.h"
  24.  
  25. /* OS/2 SyncStream Manager Include File */
  26. #include "ssm.h"
  27.  
  28. /* OS/2 Media Control Manager Include File */
  29. #include "mmsystem.h"
  30.  
  31. #include "mcidrv.h"                   /* OS/2 MCI driver include file */
  32.  
  33. /* OS/2 Multimedia IO Services Include File */
  34. #ifdef INCL_MMIO
  35. #include "mmio.h"
  36. #endif
  37.  
  38. /* OS/2 Multimedia Secondary Windows Include File */
  39. #ifdef INCL_SW
  40. #define INCL_SECONDARYWINDOW
  41. #define INCL_GRAPHICBUTTON
  42. #define INCL_CIRCULARSLIDER
  43.  
  44. #include "sw.h"
  45. #endif
  46.