summaryrefslogtreecommitdiffstats
path: root/libpit/Source
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell@glassechidna.com.au>2011-07-09 09:37:36 +0200
committerBenjamin Dobell <benjamin.dobell@glassechidna.com.au>2011-07-09 09:37:36 +0200
commitbf17bbf5736e4774b1ac8e18698bc2fcf6ff9a1e (patch)
treec0199127003c2d5418fa6b10fb0676c7abcb0a7e /libpit/Source
parent1.3 beta (diff)
downloadHeimdall-bf17bbf5736e4774b1ac8e18698bc2fcf6ff9a1e.tar
Heimdall-bf17bbf5736e4774b1ac8e18698bc2fcf6ff9a1e.tar.gz
Heimdall-bf17bbf5736e4774b1ac8e18698bc2fcf6ff9a1e.tar.bz2
Heimdall-bf17bbf5736e4774b1ac8e18698bc2fcf6ff9a1e.tar.lz
Heimdall-bf17bbf5736e4774b1ac8e18698bc2fcf6ff9a1e.tar.xz
Heimdall-bf17bbf5736e4774b1ac8e18698bc2fcf6ff9a1e.tar.zst
Heimdall-bf17bbf5736e4774b1ac8e18698bc2fcf6ff9a1e.zip
Diffstat (limited to 'libpit/Source')
-rw-r--r--[-rwxr-xr-x]libpit/Source/libpit.cpp0
-rw-r--r--[-rwxr-xr-x]libpit/Source/libpit.h4
2 files changed, 4 insertions, 0 deletions
diff --git a/libpit/Source/libpit.cpp b/libpit/Source/libpit.cpp
index 205ba38..205ba38 100755..100644
--- a/libpit/Source/libpit.cpp
+++ b/libpit/Source/libpit.cpp
diff --git a/libpit/Source/libpit.h b/libpit/Source/libpit.h
index 06917a5..1231cf0 100755..100644
--- a/libpit/Source/libpit.h
+++ b/libpit/Source/libpit.h
@@ -25,6 +25,10 @@
#pragma warning(disable : 4996)
#endif
+#ifndef nullptr
+#define nullptr 0
+#endif
+
// C Standard Library
#include <string.h>
#include <vector>