summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAdrián Medraño Calvo <adrian@medranocalvo.com>2017-07-21 09:41:59 (GMT)
committerAdrián Medraño Calvo <adrian@medranocalvo.com>2017-07-21 11:41:04 (GMT)
commitfbf29e98b04d712bc3e0c9709653d275fc3e7927 (patch)
treebe7416cfffe694b60d974a4d58e7abca0bdd8014 /configure
parentf10a85adccccb3efccfc84a7d4ca12cc66c7fb1c (diff)
downloadblt-fbf29e98b04d712bc3e0c9709653d275fc3e7927.zip
blt-fbf29e98b04d712bc3e0c9709653d275fc3e7927.tar.gz
blt-fbf29e98b04d712bc3e0c9709653d275fc3e7927.tar.bz2
Fix MSVC's C2375 "redefinition with different linkage"
Apply Tcl's mechanism for reusing headers as internal and public API: presence of a particular preprocessor definition (BUILD_tkblt) switches declarations from specifying symbols "to be imported" or, alternatively, "exporting".
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure
index 8e9f06f..4dd6f32 100755
--- a/configure
+++ b/configure
@@ -5770,8 +5770,6 @@ if test "windows" = "${TEA_PLATFORM}"; then
fi
-
-
vars="tkbltStubLib.C"
for i in $vars; do
# check for existence - allows for generic/win/unix VPATH