Ignore:
Timestamp:
Aug 2, 2000, 5:51:35 PM (25 years ago)
Author:
bird
Message:

Added the CVS keyword Id.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/msacm32/msacm32.cpp

    r2103 r3925  
     1/* $Id: msacm32.cpp,v 1.6 2000-08-02 15:49:32 bird Exp $ */
    12/* -*- tab-width: 8; c-basic-offset: 4 -*- */
    23
     
    1920
    2021DEFAULT_DEBUG_CHANNEL(msacm)
    21        
     22
    2223/**********************************************************************/
    23        
     24
    2425static DWORD MSACM_dwProcessesAttached = 0;
    2526
    2627/***********************************************************************
    27  *           MSACM_LibMain32 (MSACM32.init) 
     28 *           MSACM_LibMain32 (MSACM32.init)
    2829 */
    2930BOOL WINAPI MSACM32_LibMain(HINSTANCE hInstDLL, DWORD fdwReason, LPVOID lpvReserved)
     
    6970{
    7071    switch (GetVersion()) {
    71     default: 
     72    default:
    7273        dprintf(("Current OS not supported\n"));
    7374    case WIN95:
     
    9596
    9697    dprintf(("(0x%08x, %d, %p): stub\n", hao, uMetric, pMetric));
    97    
     98
    9899    switch (uMetric) {
    99100    case ACM_METRIC_COUNT_DRIVERS:
     
    149150    case ACM_METRIC_COUNT_LOCAL_DISABLED:
    150151        if (!pao)
    151             return MMSYSERR_INVALHANDLE; 
     152            return MMSYSERR_INVALHANDLE;
    152153        for (padid = MSACM_pFirstACMDriverID; padid; padid = padid->pNextACMDriverID)
    153154            if (!padid->bEnabled /* && (local(padid) || !bLocal) */)
Note: See TracChangeset for help on using the changeset viewer.