From a0c11b6623a72600a22fb6b0075da1d2db3bdbaa Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Thu, 6 Feb 2014 10:31:50 +0000
Subject: [PATCH] Define LINK_LIST_THREADSAFE (This is an option that could go
 away!)

---
 src/xpdev/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/xpdev/CMakeLists.txt b/src/xpdev/CMakeLists.txt
index cdf6a0a9a9..e3308fffd8 100644
--- a/src/xpdev/CMakeLists.txt
+++ b/src/xpdev/CMakeLists.txt
@@ -57,6 +57,7 @@ CHECK_INCLUDE_FILES(inttypes.h HAS_INTTYPES_H)
 if(HAS_INTTYPES_H)
     target_compile_definitions(xpdev PUBLIC HAS_INTTYPES_H)
 endif()
+target_compile_definitions(xpdev PUBLIC LINK_LIST_THREADSAFE)
 
 CHECK_INCLUDE_FILES(sys/soundcard.h HAS_SYS_SOUNDCARD_H) 
 CHECK_INCLUDE_FILES(soundcard.h HAS_SOUNDCARD_H) 
-- 
GitLab