Ignore:
Timestamp:
Feb 14, 2001, 4:14:46 PM (25 years ago)
Author:
sandervl
Message:

VAC 3.6.5 bug workaround

File:
1 edited

Legend:

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

    r5130 r5135  
    8484        auxOS2Close(); /* SvL: Close aux device if necessary */
    8585        IRTMidiShutdown;  /* JT: Shutdown RT Midi subsystem, if running. */
    86         __ctordtorTerm();
     86        ctordtorTerm();
    8787        return TRUE;
    8888   }
     
    111111   switch (ulFlag) {
    112112      case 0 :
    113          __ctordtorInit();
     113         ctordtorInit();
    114114
    115115         ParseLogStatus();
Note: See TracChangeset for help on using the changeset viewer.