version information in the CMakeLists.txt are now available in the code

This commit is contained in:
martin
2011-05-06 17:37:49 +02:00
parent 10701d787c
commit e3733a7b0b
5 changed files with 27 additions and 17 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ extern "C" {
* uintXX_t (from inttypes.h), you may need to define things by hand
* for your system:
*/
#if 1
#if WIN32
typedef unsigned char u_int8_t; /* 1-byte (8-bits) */
typedef unsigned int u_int32_t; /* 4-bytes (32-bits) */
typedef unsigned long long u_int64_t; /* 8-bytes (64-bits) */