Changeset 988:06d3e6a58b9b in roaraudio


Ignore:
Timestamp:
12/18/08 15:50:00 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

introduced ROAR_INSTINT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/roaraudio.h

    r927 r988  
    6767#endif 
    6868 
     69// this is to avoid warning messages on platforms 
     70// where sizeof(void*) == 8 and szeof(int) == 4 
     71#ifdef __LP64__ 
     72#define ROAR_INSTINT long int 
     73#else 
     74#define ROAR_INSTINT int 
     75#endif 
     76 
    6977#ifndef __BEGIN_DECLS 
    7078#ifdef __cplusplus 
Note: See TracChangeset for help on using the changeset viewer.