wrapped the CRT warning macro

I already have these in an outer-script
This commit is contained in:
Peter LaValle
2015-05-31 11:52:04 +01:00
parent ab95b1a3c1
commit db8b973aec

View File

@@ -46,7 +46,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#ifndef AICMD_MAIN_INCLUDED
#define AICMD_MAIN_INCLUDED
#ifndef _CRT_SECURE_NO_WARNINGS
#define _CRT_SECURE_NO_WARNINGS
#endif
#include <stdio.h>
#include <string.h>
@@ -203,4 +205,4 @@ int Assimp_TestBatchLoad (
unsigned int num);
#endif // !! AICMD_MAIN_INCLUDED
#endif // !! AICMD_MAIN_INCLUDED