summaryrefslogtreecommitdiff
path: root/graphics/asymptote/LspCpp/include/LibLsp/JsonRpc/GCThreadContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/LspCpp/include/LibLsp/JsonRpc/GCThreadContext.h')
-rw-r--r--graphics/asymptote/LspCpp/include/LibLsp/JsonRpc/GCThreadContext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/asymptote/LspCpp/include/LibLsp/JsonRpc/GCThreadContext.h b/graphics/asymptote/LspCpp/include/LibLsp/JsonRpc/GCThreadContext.h
index a0f7db288d..6c9f9c1cbb 100644
--- a/graphics/asymptote/LspCpp/include/LibLsp/JsonRpc/GCThreadContext.h
+++ b/graphics/asymptote/LspCpp/include/LibLsp/JsonRpc/GCThreadContext.h
@@ -1,6 +1,6 @@
#pragma once
-#if defined(USEGC)
+#if defined(LSPCPP_USEGC)
#define GC_THREADS
#include <gc.h>
#endif
@@ -12,7 +12,7 @@ public:
~GCThreadContext();
private:
-#if defined(USEGC)
+#if defined(LSPCPP_USEGC)
GC_stack_base gsb;
#endif