6 lines
170 B
C++
6 lines
170 B
C++
#define _SCL_SECURE_NO_WARNINGS
|
|
#define _CRT_SECURE_NO_WARNINGS
|
|
#pragma warning(disable: 4244 4503 4752 4800 4996)
|
|
#define BOOST_PYTHON_SOURCE
|
|
#include "errors.cpp"
|