aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/test_ring_buffer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_ring_buffer.cpp')
-rw-r--r--test/test_ring_buffer.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_ring_buffer.cpp b/test/test_ring_buffer.cpp
index cfaedd5..203b9f6 100644
--- a/test/test_ring_buffer.cpp
+++ b/test/test_ring_buffer.cpp
@@ -5,7 +5,9 @@
* accompanying file LICENSE for details.
*/
+#ifndef NOMINMAX
#define NOMINMAX
+#endif
#include "gtest/gtest.h"
#include "cubeb_ringbuffer.h"