Turn off MSVC anti-portability propaganda in test program.

This commit is contained in:
Ryan C. Gordon 2017-07-12 20:59:37 -04:00
parent a6e5f6f500
commit dd188548bb
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@
* This file written by Ryan C. Gordon.
*/
#define _CRT_SECURE_NO_WARNINGS 1
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>