blob: 5cf85ffa6d4b5a75f88ddaa62d619a937fbec19f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- libpit/source/libpit.h.orig 2017-05-11 18:34:25 UTC
+++ libpit/source/libpit.h
@@ -25,14 +25,6 @@
#pragma warning(disable : 4996)
#endif
-#if (!(defined _MSC_VER) || (_MSC_VER < 1700))
-
-#ifndef nullptr
-#define nullptr 0
-#endif
-
-#endif
-
// C/C++ Standard Library
#include <cstring>
#include <string>
|