CigiTypes_MSVS_Win32.h

Go to the documentation of this file.
00001 
00040 #if !defined(CIGI_TYPES_MSVS_WIN32_H)
00041 #define CIGI_TYPES_MSVS_WIN32_H
00042 
00043 
00044 typedef unsigned __int8 Cigi_uint8;
00045 typedef __int8 Cigi_int8;
00046 typedef char Cigi_Ascii;
00047 
00048 typedef unsigned __int16 Cigi_uint16;
00049 typedef __int16 Cigi_int16;
00050 
00051 typedef unsigned __int32 Cigi_uint32;
00052 typedef __int32 Cigi_int32;
00053 
00054 typedef unsigned __int64 Cigi_uint64;
00055 typedef __int64 Cigi_int64;
00056 
00057 
00058 #define _I64_CONST_(CONST_ARG)  CONST_ARG ## i64
00059 
00060 
00061 
00062 #ifdef CCL_DLL
00063 
00064    #ifdef _EXPORT_CCL_
00065       #define CIGI_SPEC __declspec(dllexport)
00066    #else
00067       #define CIGI_SPEC __declspec(dllimport)
00068    #endif
00069 
00070 #else
00071 
00072    #define CIGI_SPEC
00073 
00074 #endif
00075 
00076 
00077 #endif // #if !defined(CIGI_TYPES_MSVC_WIN32_H)
00078 
00079 
00080 
00081 
00082 

Generated on Wed Apr 29 08:59:57 2009 for CCL by  doxygen 1.4.7