Revise _CRT_SECURE_NO_WARNINGS coverage

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
2020-01-14 11:13:31 +01:00
parent 08a67c561a
commit b49624fc28
8 changed files with 7 additions and 12 deletions

View File

@@ -20,7 +20,8 @@
#pragma once
#define _CRT_SECURE_NO_WARNINGS // Prevent warnings from wxWidgets headers
// Prevent warnings from wxWidgets headers
#define _CRT_SECURE_NO_WARNINGS
#include "../../../include/Version.h"