diff options
author | Benjamin Dobell <benjamin.dobell@glassechidna.com.au> | 2011-07-09 09:37:36 +0200 |
---|---|---|
committer | Benjamin Dobell <benjamin.dobell@glassechidna.com.au> | 2011-07-09 09:37:36 +0200 |
commit | bf17bbf5736e4774b1ac8e18698bc2fcf6ff9a1e (patch) | |
tree | c0199127003c2d5418fa6b10fb0676c7abcb0a7e /libpit/Source | |
parent | 1.3 beta (diff) | |
download | Heimdall-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 '')
-rw-r--r--[-rwxr-xr-x] | libpit/Source/libpit.cpp | 0 | ||||
-rw-r--r--[-rwxr-xr-x] | libpit/Source/libpit.h | 4 |
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> |