Changeset 3925 for trunk/src/msacm32/msacm32.cpp
- Timestamp:
- Aug 2, 2000, 5:51:35 PM (25 years ago)
- 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 $ */ 1 2 /* -*- tab-width: 8; c-basic-offset: 4 -*- */ 2 3 … … 19 20 20 21 DEFAULT_DEBUG_CHANNEL(msacm) 21 22 22 23 /**********************************************************************/ 23 24 24 25 static DWORD MSACM_dwProcessesAttached = 0; 25 26 26 27 /*********************************************************************** 27 * MSACM_LibMain32 (MSACM32.init) 28 * MSACM_LibMain32 (MSACM32.init) 28 29 */ 29 30 BOOL WINAPI MSACM32_LibMain(HINSTANCE hInstDLL, DWORD fdwReason, LPVOID lpvReserved) … … 69 70 { 70 71 switch (GetVersion()) { 71 default: 72 default: 72 73 dprintf(("Current OS not supported\n")); 73 74 case WIN95: … … 95 96 96 97 dprintf(("(0x%08x, %d, %p): stub\n", hao, uMetric, pMetric)); 97 98 98 99 switch (uMetric) { 99 100 case ACM_METRIC_COUNT_DRIVERS: … … 149 150 case ACM_METRIC_COUNT_LOCAL_DISABLED: 150 151 if (!pao) 151 return MMSYSERR_INVALHANDLE; 152 return MMSYSERR_INVALHANDLE; 152 153 for (padid = MSACM_pFirstACMDriverID; padid; padid = padid->pNextACMDriverID) 153 154 if (!padid->bEnabled /* && (local(padid) || !bLocal) */)
Note:
See TracChangeset
for help on using the changeset viewer.