Fix windows tests

pull/3276/head
gabime 9 months ago
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…
Cancel
Save