summaryrefslogtreecommitdiff
path: root/inc/protected/persComTypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/protected/persComTypes.h')
-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
*/