NOMINMAX should be defined for the entire project

This commit is contained in:
Dan Paulat 2023-11-19 20:56:03 -06:00
parent ff7f70a5b7
commit dd1490a143
7 changed files with 11 additions and 9 deletions

View file

@ -1,4 +1,3 @@
#define NOMINMAX
#define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING
#include <scwx/qt/config/radar_site.hpp>

View file

@ -1,5 +1,3 @@
#define NOMINMAX
#include "main_window.hpp"
#include "./ui_main_window.h"