Changeset 8492 for trunk/src/winmm/mixer.h
- Timestamp:
 - May 25, 2002, 7:19:41 PM (23 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/winmm/mixer.h (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/winmm/mixer.h
r8477 r8492 1 /* $Id: mixer.h,v 1. 2 2002-05-23 13:50:15sandervl Exp $ */1 /* $Id: mixer.h,v 1.3 2002-05-25 17:19:41 sandervl Exp $ */ 2 2 3 3 /* … … 19 19 #define WINMM_MIXERSTRING_W (LPWSTR)L"OS/2 WINMM Mixer" 20 20 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 25 24 26 25 #define MAX_MIXER_DESTINATIONS 8  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  