Turn off MSVC anti-portability propaganda in test program.
This commit is contained in:
parent
a25569ba14
commit
4438fe14cf
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue