Changeset 5063:3cc39a3c39a8 in roaraudio


Ignore:
Timestamp:
06/18/11 01:50:00 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

give wmm driver more prio on win32

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/output.c

    r5045 r5063  
    104104  "sndio", 
    105105#endif 
     106#ifdef ROAR_TARGET_WIN32 
     107  /* on Win32 we use WMM API. We may also test for ROAR_HAVE_LIBWINMM. I'm not sure what is better. 
     108   * both, WMM and UNIX like stuff is supported in cygwin. 
     109   */ 
     110  "wmm", 
     111#endif 
    106112  // native and pseudo-native interfaces: 
    107113  "oss", "alsa", "sndio", "wmm", 
Note: See TracChangeset for help on using the changeset viewer.