diff options
| author | AltoXorg <56553686+Alto1772@users.noreply.github.com> | 2025-08-10 10:15:28 +0800 |
|---|---|---|
| committer | Lywx <kiritodev01@gmail.com> | 2025-08-09 23:27:32 -0600 |
| commit | 3d63f60f0e5762f88b8d04073e69c6cfa8a0bbb5 (patch) | |
| tree | c341e74bd880c97008ed8cc2ef47a2738e4c7df6 /src | |
| parent | 6984f9cee49df1d343c9f9f7b9074cdc12c11391 (diff) | |
add NOMINMAX
Diffstat (limited to 'src')
| -rw-r--r-- | src/port/ui/UIWidgets.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/port/ui/UIWidgets.cpp b/src/port/ui/UIWidgets.cpp index 00f6499b..1aa98ec1 100644 --- a/src/port/ui/UIWidgets.cpp +++ b/src/port/ui/UIWidgets.cpp @@ -1,3 +1,4 @@ +#define NOMINMAX // prevent defining min/max macros on windows #include "UIWidgets.h" #include "libultraship/src/Context.h" |
