Fix windows tests

This commit is contained in:
gabime 2024-11-30 17:23:00 +02:00
parent 4c558b80a7
commit 9fa2232f67

View File

@ -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"