aboutsummaryrefslogtreecommitdiff
path: root/include/cru/common/pre_config.hpp
blob: 5fcef218f1457871e8bfe1241fe7c7120d060a00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

#ifdef _MSC_VER
// disable the unnecessary warning about multi-inheritance
#pragma warning(disable : 4250)
#endif

#ifdef _DEBUG
#define CRU_DEBUG
#endif

#define _CRT_SECURE_NO_WARNINGS