Changeset 2799:afea9a8fd5b5 in roaraudio


Ignore:
Timestamp:
09/26/09 14:22:23 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

test for the correct consts

Location:
roard
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • roard/driver_wmm.c

    r2798 r2799  
    2525#include "roard.h" 
    2626 
    27 #if defined(ROAR_HAVE_H_MMSYSTEM) && defined(ROAR_TARGET_WIN32) 
     27#ifdef ROAR_HAVE_LIBWINMM 
    2828 
    2929static int _alloc_wave_headers(struct driver_wmm * self) { 
  • roard/include/driver_wmm.h

    r2778 r2799  
    2727 
    2828#include <roaraudio.h> 
     29 
     30#ifdef ROAR_HAVE_LIBWINMM 
    2931 
    3032struct driver_wmm { 
     
    6365#endif 
    6466 
     67#endif 
     68 
    6569//ll 
Note: See TracChangeset for help on using the changeset viewer.