summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/testDynload.c
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2006-03-09 22:16:20 (GMT)
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2006-03-09 22:16:20 (GMT)
commit87efbe23426047bd303220aac1e7e4ea9cd14c3e (patch)
treec6546815d199151e2c5a6fdcfb08750f92e4a732 /Source/kwsys/testDynload.c
parent69dd8ee7e7eb71af18488a6f20c45916a2f0c0bc (diff)
downloadCMake-87efbe23426047bd303220aac1e7e4ea9cd14c3e.zip
CMake-87efbe23426047bd303220aac1e7e4ea9cd14c3e.tar.gz
CMake-87efbe23426047bd303220aac1e7e4ea9cd14c3e.tar.bz2
BUG: Remove comment
Diffstat (limited to 'Source/kwsys/testDynload.c')
-rw-r--r--Source/kwsys/testDynload.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/kwsys/testDynload.c b/Source/kwsys/testDynload.c
index dcfc478..8168f9b 100644
--- a/Source/kwsys/testDynload.c
+++ b/Source/kwsys/testDynload.c
@@ -1,5 +1,4 @@
#ifdef _WIN32
-#error bla
#define DL_EXPORT __declspec( dllexport )
#else
#define DL_EXPORT