aboutsummaryrefslogtreecommitdiff
path: root/msvc/test_threads/test_threads.cpp
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2025-02-05 23:20:13 +0000
committerWarner Losh <imp@FreeBSD.org>2025-02-05 23:20:13 +0000
commit48ec896efb0b78141df004eaa21288b84590c9da (patch)
tree33799792fd95c266d472ab1ae51d50ab4f942eb3 /msvc/test_threads/test_threads.cpp
parentd28d7fbede216494aa3942af042cc084fcd6098a (diff)
Diffstat (limited to 'msvc/test_threads/test_threads.cpp')
-rw-r--r--msvc/test_threads/test_threads.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/msvc/test_threads/test_threads.cpp b/msvc/test_threads/test_threads.cpp
index 92e316243b7f..6eed028d8960 100644
--- a/msvc/test_threads/test_threads.cpp
+++ b/msvc/test_threads/test_threads.cpp
@@ -9,6 +9,7 @@
#include <thread>
#include <vector>
#include <stdio.h>
+#define JEMALLOC_NO_DEMANGLE
#include <jemalloc/jemalloc.h>
using std::vector;