Browse Source

Turn off MSVC anti-portability propaganda in test program.

Ryan C. Gordon 8 years ago
parent
commit
4438fe14cf
1 changed files with 2 additions and 0 deletions
  1. 2 0
      test/test_physfs.c

+ 2 - 0
test/test_physfs.c

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