Revise _CRT_SECURE_NO_WARNINGS coverage
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
08a67c561a
commit
b49624fc28
@ -20,6 +20,9 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
// Prevent warnings from wxWidgets headers
|
||||
#define _CRT_SECURE_NO_WARNINGS
|
||||
|
||||
#if EAPMETHOD_TYPE == 21
|
||||
#include "../../lib/TTLS_UI/include/Module.h"
|
||||
#define _EAPMETHOD_PEER_UI eap::peer_ttls_ui
|
||||
|
@ -20,8 +20,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define _CRT_SECURE_NO_WARNINGS // Prevent warnings from wxWidgets headers
|
||||
|
||||
#include "../include/EAP_UI.h"
|
||||
#include "../include/Module.h"
|
||||
|
||||
|
@ -20,8 +20,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define _CRT_SECURE_NO_WARNINGS // Prevent warnings from wxWidgets headers
|
||||
|
||||
#include "../include/EapHost_UI.h"
|
||||
|
||||
#include <WinStd/EAP.h>
|
||||
|
@ -20,6 +20,4 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define _CRT_SECURE_NO_WARNINGS // Prevent warnings from wxWidgets headers
|
||||
|
||||
#include "../include/GTC_UI.h"
|
||||
|
@ -20,6 +20,4 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define _CRT_SECURE_NO_WARNINGS // Prevent warnings from wxWidgets headers
|
||||
|
||||
#include "../include/MSCHAPv2_UI.h"
|
||||
|
@ -20,6 +20,4 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define _CRT_SECURE_NO_WARNINGS // Prevent warnings from wxWidgets headers
|
||||
|
||||
#include "../include/PAP_UI.h"
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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/Module.h"
|
||||
#include "../include/TTLS_UI.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user