Skip to content

Commit

Permalink
The Windows SDK also contains MIN and Max. Fixing this confict.
Browse files Browse the repository at this point in the history
  • Loading branch information
Veldin committed Jun 26, 2024
1 parent 8edaedc commit ca74f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/helpers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include <iostream>

#if defined(_WIN32) || defined(_WIN64)

#define NOMINMAX
#include <windows.h>

#elif defined(__linux__) && !defined(__ANDROID__)
Expand Down

0 comments on commit ca74f0c

Please sign in to comment.