Ignore:
Timestamp:
May 25, 2002, 7:19:41 PM (23 years ago)
Author:
sandervl
Message:

more mixer changes/fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/winmm/mixer.h

    r8477 r8492  
    1 /* $Id: mixer.h,v 1.2 2002-05-23 13:50:15 sandervl Exp $ */
     1/* $Id: mixer.h,v 1.3 2002-05-25 17:19:41 sandervl Exp $ */
    22
    33/*
     
    1919#define WINMM_MIXERSTRING_W             (LPWSTR)L"OS/2 WINMM Mixer"
    2020
    21 #define WINMM_SHORTNAME_WAVEOUT_A       "Wave Out"
    22 #define WINMM_SHORTNAME_WAVEOUT_W       (LPWSTR)L"Wave Out"
    23 #define WINMM_SHORTNAME_LINEOUT_A       "Line Out"
    24 #define WINMM_SHORTNAME_LINEOUT_W       (LPWSTR)L"Line Out"
     21#define WINMM_MIXER_CAPS_WMID           1
     22#define WINMM_MIXER_CAPS_WPID           0x60
     23#define WINMM_MIXER_CAPS_VERSION        0x100
    2524
    2625#define MAX_MIXER_DESTINATIONS      8
Note: See TracChangeset for help on using the changeset viewer.