summaryrefslogtreecommitdiff
path: root/src/datatypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/datatypes.h')
-rw-r--r--src/datatypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/datatypes.h b/src/datatypes.h
index e9ee657..a38c8ef 100644
--- a/src/datatypes.h
+++ b/src/datatypes.h
@@ -44,6 +44,8 @@ typedef uint64_t u_int64_t;
/* typedef int32_t int32_t; */
/* typedef int64_t int64_t; */
#else
+#pragma once
+
typedef signed __int8 int8_t;
typedef unsigned __int8 u_int8_t;
typedef signed __int16 int16_t;