summaryrefslogtreecommitdiff
path: root/slang.h
diff options
context:
space:
mode:
authorTim Foley <tfoleyNV@users.noreply.github.com>2017-07-19 11:52:59 -0700
committerGitHub <noreply@github.com>2017-07-19 11:52:59 -0700
commit019bc0d1507afcc6b12f3dd097040d664d9c1d50 (patch)
tree71022a3689bedfffe0ee3d969daffb2ae42fc720 /slang.h
parentc5ed9e8d6bc1668d6075b42b17d65a97c168c98b (diff)
parenta97eac202cec673a0f2e27e808cfdcdd29289c4e (diff)
Merge pull request #126 from tfoleyNV/dynamic-library-build
Build a dynamic library for Slang
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 70f070816..a9b69d705 100644
--- a/slang.h
+++ b/slang.h
@@ -2,7 +2,7 @@
#define SLANG_H
#ifdef _MSC_VER
-#ifdef SLANG_COMPILING_DLL
+#ifdef SLANG_DYNAMIC_EXPORT
#define SLANG_API __declspec(dllexport)
#else
#ifdef SLANG_DYNAMIC