/pts/CAENVMElib.h |
---|
29,16 → 29,8 |
#include "CAENVMEtypes.h" |
#ifdef WIN32 |
#ifdef _CVI_ |
typedef char int8_t; |
typedef unsigned char uint8_t; |
typedef short int16_t; |
typedef unsigned short uint16_t; |
typedef int int32_t; |
typedef unsigned int uint32_t; |
// typedef INT64 int64_t; |
// typedef UINT64 uint64_t; |
#else |
#ifndef _CVI_ |
typedef INT8 int8_t; |
typedef UINT8 uint8_t; |
typedef INT16 int16_t; |