Add _CRT_SECURE_NO_WARNINGS define to remove msvc warnings

This commit is contained in:
ado 2023-07-29 00:53:04 +02:00
parent 7b1f49d304
commit 6baeb2d598
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,7 @@
#pragma once
#define _CRT_SECURE_NO_WARNINGS
#include "common.hpp"
#include "converter.hpp"
#include "extract.hpp"

View File

@ -1,7 +1,5 @@
#pragma once
#define _CRT_SECURE_NO_WARNINGS
#include <cstdlib>
#include <tuple>