Explorar o código

Turn off MSVC anti-portability propaganda in test program.

Ryan C. Gordon %!s(int64=8) %!d(string=hai) anos
pai
achega
4438fe14cf
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      test/test_physfs.c

+ 2 - 0
test/test_physfs.c

@@ -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>