aboutsummaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/types.h b/types.h
index ad69d9c..8a6c7e3 100644
--- a/types.h
+++ b/types.h
@@ -22,10 +22,10 @@
typedef unsigned char u8;
typedef unsigned short u16;
typedef unsigned int u32;
-typedef unsigned long int u64;
+typedef unsigned long long int u64;
typedef signed char s8;
typedef signed short s16;
typedef signed int s32;
-typedef signed long int s64;
+typedef signed long long int s64;
#endif // TYPES_H