Changeset 5135 for trunk/src/winmm
- Timestamp:
 - Feb 14, 2001, 4:14:46 PM (25 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/winmm/initterm.cpp (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/winmm/initterm.cpp
r5130 r5135 84 84 auxOS2Close(); /* SvL: Close aux device if necessary */ 85 85 IRTMidiShutdown; /* JT: Shutdown RT Midi subsystem, if running. */ 86 __ctordtorTerm();86 ctordtorTerm(); 87 87 return TRUE; 88 88 } … … 111 111 switch (ulFlag) { 112 112 case 0 : 113 __ctordtorInit();113 ctordtorInit(); 114 114 115 115 ParseLogStatus();  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  