Disable MSVC security warnings for library vdxf.
--HG-- branch : develop
This commit is contained in:
parent
4cf9c59056
commit
36c8e96bab
|
@ -32,6 +32,8 @@
|
||||||
/* I like to include this pragma too, so the build log indicates if pre-compiled headers were in use. */
|
/* 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")
|
#pragma message("Compiling precompiled headers for VDxf library.\n")
|
||||||
|
|
||||||
|
#define _CRT_SECURE_NO_WARNINGS
|
||||||
|
|
||||||
/* Add C includes here */
|
/* Add C includes here */
|
||||||
|
|
||||||
#if defined __cplusplus
|
#if defined __cplusplus
|
||||||
|
|
Loading…
Reference in New Issue
Block a user