Skip to content

Commit

Permalink
Add NOMINMAX to dgc test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Themaister committed Oct 21, 2023
1 parent 38c9b57 commit 387138d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/dgc_test_compute.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#define NOMINMAX
#include "application.hpp"
#include "command_buffer.hpp"
#include "device.hpp"
Expand Down Expand Up @@ -248,4 +249,4 @@ Application *application_create(int argc, char **argv)
return nullptr;
}
}
}
}

0 comments on commit 387138d

Please sign in to comment.