Ignore:
Timestamp:
May 26, 2002, 12:52:31 PM (23 years ago)
Author:
sandervl
Message:

mixer updates

File:
1 edited

Legend:

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

    r8492 r8493  
    1 /* $Id: mixer.h,v 1.3 2002-05-25 17:19:41 sandervl Exp $ */
     1/* $Id: mixer.h,v 1.4 2002-05-26 10:52:31 sandervl Exp $ */
    22
    33/*
     
    2828
    2929
     30#ifdef __WINE_MMSYSTEM_H
     31typedef struct {
     32  MIXERLINEA line;
     33  //number of connected source lines
     34  int        cSources;
     35  int        Sources[MAX_MIXER_SOURCES];
     36} MIXERDEST;
     37#endif
     38
    3039#ifdef __cplusplus
    3140extern "C" {
Note: See TracChangeset for help on using the changeset viewer.