aboutsummaryrefslogtreecommitdiff
path: root/src/pre.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pre.hpp')
-rw-r--r--src/pre.hpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/pre.hpp b/src/pre.hpp
deleted file mode 100644
index eefc828d..00000000
--- a/src/pre.hpp
+++ /dev/null
@@ -1,14 +0,0 @@
-#pragma once
-
-#ifdef _DEBUG
-#define CRU_DEBUG
-#endif
-
-#define NOMINMAX
-#define WIN32_LEAN_AND_MEAN
-
-#ifdef CRU_DEBUG
-#define _CRTDBG_MAP_ALLOC
-#include <crtdbg.h>
-#include <cstdlib>
-#endif