Skip to content

Commit

Permalink
fix test6 includes
Browse files Browse the repository at this point in the history
We don't need windows.h for that. And it collides with <limits> "max"...
  • Loading branch information
robUx4 committed Jan 21, 2024
1 parent 570f079 commit a628305
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/mux/test6.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
\author Steve Lhomme <robux4 @ users.sf.net>
*/

#ifdef _MSC_VER
#include <windows.h> // for min/max
#endif // _MSC_VER

#include "matroska/FileKax.h"
#include "matroska/KaxSegment.h"
#include "matroska/KaxTracks.h"
Expand Down

0 comments on commit a628305

Please sign in to comment.