
Go to the source code of this file.
Defines | |
| #define | _WIN32_WINNT 0x0500 |
| #define | WINVER 0x0500 |
| #define | TCVERSION_STR "1.4.0" |
| Version string of TCSystem. | |
| #define | TCPRODUCT_STR "TCSystem" |
| The TCSystem string. | |
| #define | TCPRODUCT_ID_STR TCPRODUCT_STR "(" TCVERSION_STR ")" |
| The Version string + TCSystem string. | |
| #define | TC_EXPORT_DLL __declspec(dllexport) |
| #define | TC_IMPORT_DLL __declspec(dllimport) |
| #define | TC_DLL_LOCAL |
| #define | TCBASE_API TC_IMPORT_DLL |
| TC_EXPORT_DLL | |
| #define | TC_SINT64_FORMAT "I64d" |
| Defines the format which should be used for sint64 data type. | |
| #define | TC_SINT64_WFORMAT L"I64d" |
| #define | TC_UINT64_FORMAT "I64u" |
| Defines the format which should be used for uint64 data type. | |
| #define | TC_UINT64_WFORMAT L"I64u" |
| #define | TC_UINT64_VAL(val) (val##ui64) |
| Makro for initialising 64 bit values. | |
| #define | TC_SINT64_VAL(val) (val##i64) |
| #define | _WINSOCKAPI_ |
| #define | TC_NO_FRIEND_TEMPLATES |
Definition in file TCDefines.h.