Forráskód Böngészése

Turn off MSVC anti-portability propaganda in test program.

Ryan C. Gordon 8 éve
szülő
commit
4438fe14cf
1 módosított fájl, 2 hozzáadás és 0 törlés
  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>