Changeset 989:3546df4ceb78 in roaraudio for roard/driver_roar.c


Ignore:
Timestamp:
12/18/08 16:10:02 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

abstract from LP64 to ROAR_INSTINT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/driver_roar.c

    r949 r989  
    2424 
    2525#include "roard.h" 
    26  
    27 // this is to avoid warning messages on platforms 
    28 // where sizeof(void*) == 8 and szeof(int) == 4 
    29 #ifdef __LP64__ 
    30 #define INSTINT long int 
    31 #else 
    32 #define INSTINT int 
    33 #endif 
    3426 
    3527int driver_roar_open_vio(struct roar_vio_calls * inst, char * device, struct roar_audio_info * info, int fh) { 
Note: See TracChangeset for help on using the changeset viewer.