Ignore:
Timestamp:
Jan 14, 2003, 8:38:38 PM (23 years ago)
Author:
sandervl
Message:

Delete all wave object on unload; fix linked list synchronization

File:
1 edited

Legend:

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

    r8857 r9671  
    1 /* $Id: initwinmm.cpp,v 1.10 2002-07-12 08:59:24 sandervl Exp $
     1/* $Id: initwinmm.cpp,v 1.11 2003-01-14 19:38:37 sandervl Exp $
    22 *
    33 * WINMM DLL entry point
     
    183183
    184184   case DLL_PROCESS_DETACH:
     185        WaveInOut::shutdown();
    185186        MULTIMEDIA_DeleteIData();
    186187        auxOS2Close();    /* Close aux device if necessary */
Note: See TracChangeset for help on using the changeset viewer.