aboutsummaryrefslogtreecommitdiffstats
path: root/libpit/Source
diff options
context:
space:
mode:
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>