summaryrefslogtreecommitdiff
path: root/tests/libtest/test.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2012-04-11 19:28:40 +0200
committerYang Tse <yangsita@gmail.com>2012-04-11 19:28:40 +0200
commita144bb8b767b1c9ae40a0e7853db88ed67c9e8c3 (patch)
treef5f561e78e2e61b5ae573363ba387fd346fc4093 /tests/libtest/test.h
parent4d3fb91fb45ca404322d5146f43cae93d918a9a8 (diff)
downloadgnurl-a144bb8b767b1c9ae40a0e7853db88ed67c9e8c3.tar.gz
gnurl-a144bb8b767b1c9ae40a0e7853db88ed67c9e8c3.tar.bz2
gnurl-a144bb8b767b1c9ae40a0e7853db88ed67c9e8c3.zip
build adjustments: functionally revert commits 4d3fb91f and bbfe1182
Undefining CURL_HIDDEN_SYMBOLS in source files isn't the proper fix.
Diffstat (limited to 'tests/libtest/test.h')
-rw-r--r--tests/libtest/test.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/libtest/test.h b/tests/libtest/test.h
index 119debd68..ffa4be166 100644
--- a/tests/libtest/test.h
+++ b/tests/libtest/test.h
@@ -29,8 +29,6 @@
#include "setup.h"
-#undef CURL_HIDDEN_SYMBOLS /* libcurl internal use only */
-
#include <curl/curl.h>
#include <stdio.h>
#include <string.h>