summaryrefslogtreecommitdiff
path: root/slang.h
diff options
context:
space:
mode:
Diffstat (limited to 'slang.h')
-rw-r--r--slang.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/slang.h b/slang.h
index f640190a4..c4fb555e6 100644
--- a/slang.h
+++ b/slang.h
@@ -217,7 +217,7 @@ convention for interface methods.
#endif
-#if !defined(SLANG_STATIC) && !defined(SLANG_STATIC)
+#if !defined(SLANG_STATIC) && !defined(SLANG_DYNAMIC)
#define SLANG_DYNAMIC
#endif