Ignore:
Timestamp:
May 22, 2002, 10:19:19 PM (23 years ago)
Author:
sandervl
Message:

started with mixer api rewrite

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/winmm/initwinmm.cpp

    r7674 r8472  
    1 /* $Id: initwinmm.cpp,v 1.6 2001-12-23 09:43:12 sandervl Exp $
     1/* $Id: initwinmm.cpp,v 1.7 2002-05-22 20:19:11 sandervl Exp $
    22 *
    33 * WINMM DLL entry point
     
    4949#include "initwinmm.h"
    5050#include <custombuild.h>
     51#include "mixer.h"
    5152
    5253#define DBG_LOCALLOG    DBG_initterm
     
    169170            RegCloseKey(hKey);
    170171        }
     172        mixerInit();
    171173        return TRUE;
    172174   }
     
    181183        IRTMidiShutdown;  /* JT: Shutdown RT Midi subsystem, if running. */
    182184
     185        mixerExit();
    183186        if(MMPMLibraryHandle) DosFreeModule(MMPMLibraryHandle);
    184187        return TRUE;
Note: See TracChangeset for help on using the changeset viewer.