From 8028beb3b8f4fb0868dc2dfa2c7a4fe0f21843b5 Mon Sep 17 00:00:00 2001 From: uNetworkingAB <110806833+uNetworkingAB@users.noreply.github.com> Date: Wed, 17 Jul 2024 18:06:36 +0200 Subject: [PATCH] _CRT_SECURE_NO_WARNINGS --- src/App.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/App.h b/src/App.h index 0ed923ce6..b0df8eb03 100644 --- a/src/App.h +++ b/src/App.h @@ -18,6 +18,8 @@ #ifndef UWS_APP_H #define UWS_APP_H +#define _CRT_SECURE_NO_WARNINGS + #include #include #include