Increase ParseScript cache from 30 to 90 seconds
[xy_vsfilter.git] / src / dsutil / SharedInclude.h
blob2899a6d66a5cc75a46afaa202c647c6de5d798dd
1 #pragma once
3 #pragma warning(disable:4244)
4 #ifdef _WIN64
5 #pragma warning(disable:4267)
6 #endif
7 #pragma warning(disable:4995)
8 #ifdef _DEBUG
9 // Remove this if you want to see all the "unsafe" functions used
10 // For Release builds _CRT_SECURE_NO_WARNINGS is defined
11 #pragma warning(disable:4996)
12 #endif
14 #ifdef _DEBUG
15 #define _CRTDBG_MAP_ALLOC // include Microsoft memory leak detection procedures
16 #endif