Skip to content

Commit

Permalink
Turn off MSVC anti-portability propaganda in test program.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 13, 2017
1 parent a25569b commit 4438fe1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_physfs.c
Expand Up @@ -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>
Expand Down

0 comments on commit 4438fe1

Please sign in to comment.