Revise _CRT_SECURE_NO_WARNINGS coverage

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

View File

@ -20,6 +20,9 @@
#pragma once #pragma once
// Prevent warnings from wxWidgets headers
#define _CRT_SECURE_NO_WARNINGS
#if EAPMETHOD_TYPE == 21 #if EAPMETHOD_TYPE == 21
#include "../../lib/TTLS_UI/include/Module.h" #include "../../lib/TTLS_UI/include/Module.h"
#define _EAPMETHOD_PEER_UI eap::peer_ttls_ui #define _EAPMETHOD_PEER_UI eap::peer_ttls_ui

View File

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

View File

@ -20,8 +20,6 @@
#pragma once #pragma once
#define _CRT_SECURE_NO_WARNINGS // Prevent warnings from wxWidgets headers
#include "../include/EapHost_UI.h" #include "../include/EapHost_UI.h"
#include <WinStd/EAP.h> #include <WinStd/EAP.h>

View File

@ -20,6 +20,4 @@
#pragma once #pragma once
#define _CRT_SECURE_NO_WARNINGS // Prevent warnings from wxWidgets headers
#include "../include/GTC_UI.h" #include "../include/GTC_UI.h"

View File

@ -20,6 +20,4 @@
#pragma once #pragma once
#define _CRT_SECURE_NO_WARNINGS // Prevent warnings from wxWidgets headers
#include "../include/MSCHAPv2_UI.h" #include "../include/MSCHAPv2_UI.h"

View File

@ -20,6 +20,4 @@
#pragma once #pragma once
#define _CRT_SECURE_NO_WARNINGS // Prevent warnings from wxWidgets headers
#include "../include/PAP_UI.h" #include "../include/PAP_UI.h"

View File

@ -20,7 +20,8 @@
#pragma once #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" #include "../../../include/Version.h"

View File

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