aboutsummaryrefslogtreecommitdiff
path: root/src/extratypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/extratypes.h')
-rw-r--r--src/extratypes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/extratypes.h b/src/extratypes.h
index 0dd92db..656cd6d 100644
--- a/src/extratypes.h
+++ b/src/extratypes.h
@@ -12,6 +12,10 @@
12 12
13#include <stdint.h> 13#include <stdint.h>
14 14
15#ifndef NULL
16#define NULL 0
17#endif
18
15namespace Bu 19namespace Bu
16{ 20{
17#ifdef USE_64BIT_IO 21#ifdef USE_64BIT_IO