aboutsummaryrefslogtreecommitdiff
path: root/include/irrTypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/irrTypes.h')
-rw-r--r--include/irrTypes.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/irrTypes.h b/include/irrTypes.h
index e67b395..eda3a21 100644
--- a/include/irrTypes.h
+++ b/include/irrTypes.h
@@ -38,13 +38,11 @@ typedef uint32_t u32;
typedef int32_t s32;
-#ifdef __IRR_HAS_S64
//! 64 bit unsigned variable.
typedef uint64_t u64;
//! 64 bit signed variable.
typedef int64_t s64;
-#endif // __IRR_HAS_S64