summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-02-02 23:25:26 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-02-02 23:25:26 +0000
commitdc46126214022d068729f7ccd47415dc5f86f425 (patch)
tree063f05360fd2d26231a7229072ca6556ab71004b
parentb789c65d0ba2ce4b4844808166c2775b1e50b00f (diff)
downloadpersistence-common-object-dc46126214022d068729f7ccd47415dc5f86f425.tar.gz
-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
*/