Skip to content

Commit

Permalink
Add header to include windows.h without the notorious crap that comes…
Browse files Browse the repository at this point in the history
… with it
  • Loading branch information
deqyra committed Aug 12, 2024
1 parent 8bf639d commit 89f0393
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cpptools/platform/sane_windows.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#define NOMINMAX
#include <windows.h>
#undef near
#undef far

0 comments on commit 89f0393

Please sign in to comment.