Disable MSVC security warnings for library vdxf.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2016-12-21 17:30:40 +02:00
parent 4cf9c59056
commit 36c8e96bab

View file

@ -32,6 +32,8 @@
/* I like to include this pragma too, so the build log indicates if pre-compiled headers were in use. */
#pragma message("Compiling precompiled headers for VDxf library.\n")
#define _CRT_SECURE_NO_WARNINGS
/* Add C includes here */
#if defined __cplusplus