mirror of
https://github.com/yawut/SDL.git
synced 2026-09-07 08:36:19 -05:00
Add define to surface suite to quiet VS compiler warnings
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user