فهرست منبع

Turn off MSVC anti-portability propaganda in test program.

Ryan C. Gordon 8 سال پیش
والد
کامیت
4438fe14cf
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  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>