From a5539432788cf00570f8f2665d7e4168563d7767 Mon Sep 17 00:00:00 2001 From: MouriNaruto Date: Thu, 19 Dec 2024 18:40:54 +0800 Subject: [PATCH] Add _CRT_NONSTDC_NO_WARNINGS for workaround the non standard POSIX name usage issue for users. --- LvglWindows/LvglWindowsStatic.vcxproj | 2 +- .../LvglWindowsDesktopApplication.vcxproj | 2 +- LvglWindowsSimulator/LvglWindowsSimulator.vcxproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LvglWindows/LvglWindowsStatic.vcxproj b/LvglWindows/LvglWindowsStatic.vcxproj index a4f7b3e..2f1a9e5 100644 --- a/LvglWindows/LvglWindowsStatic.vcxproj +++ b/LvglWindows/LvglWindowsStatic.vcxproj @@ -18,7 +18,7 @@ false /utf-8 %(AdditionalOptions) - LV_CONF_INCLUDE_SIMPLE;LV_LVGL_H_INCLUDE_SIMPLE;LV_USE_DEV_VERSION;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + LV_CONF_INCLUDE_SIMPLE;LV_LVGL_H_INCLUDE_SIMPLE;LV_USE_DEV_VERSION;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) diff --git a/LvglWindowsDesktopApplication/LvglWindowsDesktopApplication.vcxproj b/LvglWindowsDesktopApplication/LvglWindowsDesktopApplication.vcxproj index 9690166..71d650b 100644 --- a/LvglWindowsDesktopApplication/LvglWindowsDesktopApplication.vcxproj +++ b/LvglWindowsDesktopApplication/LvglWindowsDesktopApplication.vcxproj @@ -30,7 +30,7 @@ Level3 false /utf-8 %(AdditionalOptions) - LV_CONF_INCLUDE_SIMPLE;LV_LVGL_H_INCLUDE_SIMPLE;LV_USE_DEV_VERSION;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + LV_CONF_INCLUDE_SIMPLE;LV_LVGL_H_INCLUDE_SIMPLE;LV_USE_DEV_VERSION;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) MinSpace diff --git a/LvglWindowsSimulator/LvglWindowsSimulator.vcxproj b/LvglWindowsSimulator/LvglWindowsSimulator.vcxproj index a2816fc..df82ed8 100644 --- a/LvglWindowsSimulator/LvglWindowsSimulator.vcxproj +++ b/LvglWindowsSimulator/LvglWindowsSimulator.vcxproj @@ -34,7 +34,7 @@ Level3 false /utf-8 %(AdditionalOptions) - LV_CONF_INCLUDE_SIMPLE;LV_LVGL_H_INCLUDE_SIMPLE;LV_USE_DEV_VERSION;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + LV_CONF_INCLUDE_SIMPLE;LV_LVGL_H_INCLUDE_SIMPLE;LV_USE_DEV_VERSION;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions) MinSpace