57 #define SIZEOF_SHORT 2 
   76 #error pa_types.h was unable to determine which type to use for 16bit integers on the target platform 
   85 #elif SIZEOF_LONG == 4 
   89 #error pa_types.h was unable to determine which type to use for 32bit integers on the target platform 
   98 #define PA_VALIDATE_TYPE_SIZES \ 
  100         assert( "PortAudio: type sizes are not correct in pa_types.h" && sizeof( PaUint16 ) == 2 ); \ 
  101         assert( "PortAudio: type sizes are not correct in pa_types.h" && sizeof( PaInt16 ) == 2 ); \ 
  102         assert( "PortAudio: type sizes are not correct in pa_types.h" && sizeof( PaUint32 ) == 4 ); \ 
  103         assert( "PortAudio: type sizes are not correct in pa_types.h" && sizeof( PaInt32 ) == 4 ); \ 
unsigned int PaUint32
Definition: pa_types.h:84
 
signed int PaInt32
Definition: pa_types.h:83
 
signed short PaInt16
Definition: pa_types.h:70
 
unsigned short PaUint16
Definition: pa_types.h:71