mirror of
https://github.com/yawut/SDL.git
synced 2026-06-17 14:09:38 -05:00
Add define to surface suite to quiet VS compiler warnings
This commit is contained in:
parent
85fc169e0b
commit
17324bdc1a
|
|
@ -3,6 +3,10 @@
|
|||
* Adapted/rewritten for test lib by Andreas Schiffler
|
||||
*/
|
||||
|
||||
/* Supress C4996 VS compiler warnings for unlink() */
|
||||
#define _CRT_SECURE_NO_DEPRECATE
|
||||
#define _CRT_NONSTDC_NO_DEPRECATE
|
||||
|
||||
#include <stdio.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user