summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolger Behrens <holger.behrens@windriver.com>2014-11-17 18:29:45 +0100
committerGuy Sagnes <guy.sagnes@continental-corporation.com>2015-04-22 17:36:04 +0200
commitc1772cd288ca7be66863c4941f233eebef9c1445 (patch)
tree6fee7bd5a7486f5e10e384afcffdd569a16d854b
parentbb590bf9ff16b294338b44b866c1ad0ed4e4683c (diff)
downloadpersistence-common-object-c1772cd288ca7be66863c4941f233eebef9c1445.tar.gz
persComTypes.h: Bug 251 work around
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
-rw-r--r--inc/protected/persComTypes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/protected/persComTypes.h b/inc/protected/persComTypes.h
index 47a6664..7a312b4 100644
--- a/inc/protected/persComTypes.h
+++ b/inc/protected/persComTypes.h
@@ -83,7 +83,7 @@ typedef __s64 INT64;
typedef __u8 uint8_t;
typedef __u16 uint16_t;
typedef __u32 uint32_t;
-typedef __u64 uint64_t;
+//typedef __u64 uint64_t;
#endif
/**
@@ -203,7 +203,7 @@ typedef sint32_t* psint32_t;
/**
* \brief Pointer to UNSIGNED-64-Bit
*/
-typedef uint64_t* puint64_t;
+//typedef uint64_t* puint64_t;
/**
* \brief Pointer to SIGNED-64-Bit
*/