Rev 52 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 52 | Rev 83 | ||
|---|---|---|---|
| Line 27... | Line 27... | ||
| 27 | #endif |
27 | #endif |
| 28 | #include "CAENVMEoslib.h" |
28 | #include "CAENVMEoslib.h" |
| 29 | #include "CAENVMEtypes.h" |
29 | #include "CAENVMEtypes.h" |
| 30 | 30 | ||
| 31 | #ifdef WIN32 |
31 | #ifdef WIN32 |
| 32 | |
32 | #ifndef _CVI_ |
| 33 | typedef char int8_t; |
- | |
| 34 | typedef unsigned char uint8_t; |
- | |
| 35 | typedef short int16_t; |
- | |
| 36 | typedef unsigned short uint16_t; |
- | |
| 37 | typedef int int32_t; |
- | |
| 38 | typedef unsigned int uint32_t; |
- | |
| 39 | // typedef INT64 int64_t; |
- | |
| 40 | // typedef UINT64 uint64_t; |
- | |
| 41 | #else |
33 | |
| 42 | typedef INT8 int8_t; |
34 | typedef INT8 int8_t; |
| 43 | typedef UINT8 uint8_t; |
35 | typedef UINT8 uint8_t; |
| 44 | typedef INT16 int16_t; |
36 | typedef INT16 int16_t; |
| 45 | typedef UINT16 uint16_t; |
37 | typedef UINT16 uint16_t; |
| 46 | typedef INT32 int32_t; |
38 | typedef INT32 int32_t; |