Skip to content
Snippets Groups Projects
Commit a0c11b66 authored by deuce's avatar deuce
Browse files

Define LINK_LIST_THREADSAFE

(This is an option that could go away!)
parent e1687642
Branches
Tags
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment