Skip to content

Commit

Permalink
No minmax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ilia.baranov committed Apr 4, 2024
1 parent be79ab2 commit 4593dfd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions external/libfmemopen/libfmemopen.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#define NOMINMAX
#include <windows.h>
#undef min
#undef max

#include <share.h>
#include <io.h>
Expand Down
3 changes: 0 additions & 3 deletions lib/gpak_compressors.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
#include <assert.h>

#ifdef _WIN32
#define NOMINMAX
#include <windows.h>
#undef min
#undef max
#else
#include <unistd.h>
#include <sys/sysinfo.h>
Expand Down

0 comments on commit 4593dfd

Please sign in to comment.