Go to the documentation of this file.
22 #ifndef _cvc3__windows_h_
23 #define _cvc3__windows_h_
31 #ifdef CVC_DLL_LINKAGE
33 #define CVC_DLL __declspec(dllexport)
35 #define CVC_DLL __declspec(dllimport)
46 #ifndef _LINUX_WINDOWS_CROSS_COMPILE
56 #define isatty _isatty
59 typedef signed __int8 int8_t;
60 typedef signed __int16 int16_t;
61 typedef signed __int32 int32_t;
62 typedef signed __int64 int64_t;
63 typedef unsigned __int8 uint8_t;
64 typedef unsigned __int16 uint16_t;
65 typedef unsigned __int32 uint32_t;
66 typedef unsigned __int64 uint64_t;