wrapped the CRT warning macro

I already have these in an outer-script
pull/577/head
Peter LaValle 2015-05-31 11:52:04 +01:00
parent ab95b1a3c1
commit db8b973aec
1 changed files with 3 additions and 1 deletions

View File

@ -46,7 +46,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#ifndef AICMD_MAIN_INCLUDED #ifndef AICMD_MAIN_INCLUDED
#define AICMD_MAIN_INCLUDED #define AICMD_MAIN_INCLUDED
#ifndef _CRT_SECURE_NO_WARNINGS
#define _CRT_SECURE_NO_WARNINGS #define _CRT_SECURE_NO_WARNINGS
#endif
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>