Fix windows tests
This commit is contained in:
parent
4c558b80a7
commit
9fa2232f67
@ -1,3 +1,7 @@
|
||||
#ifdef _WIN32 // to prevent fopen warning on windows
|
||||
#define _CRT_SECURE_NO_WARNINGS
|
||||
#endif
|
||||
|
||||
#include "includes.h"
|
||||
#include "test_sink.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user