diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-09-21 14:28:40 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-09-22 15:14:12 +0200 |
commit | 3d64031fa7a80ac4ae3fd09a5939196268b92f81 (patch) | |
tree | cf6006f0a3ed771c382e53016978241be02506d0 /tests/libtest | |
parent | 5a654a0a6990211ee63c55d6a5e0333ad087f133 (diff) | |
download | curl-3d64031fa7a80ac4ae3fd09a5939196268b92f81.tar.gz |
symbian: drop support
The OS is deprecated. I see no traces of anyone having actually built
curl for Symbian after 2012.
The public headers are unmodified.
Closes #5989
Diffstat (limited to 'tests/libtest')
-rw-r--r-- | tests/libtest/sethostname.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/sethostname.h b/tests/libtest/sethostname.h index 64624e846..c61e4100e 100644 --- a/tests/libtest/sethostname.h +++ b/tests/libtest/sethostname.h @@ -22,7 +22,7 @@ #ifdef CURL_STATICLIB # define LIBHOSTNAME_EXTERN -#elif defined(WIN32) || defined(__SYMBIAN32__) +#elif defined(WIN32) # define LIBHOSTNAME_EXTERN __declspec(dllexport) #elif defined(CURL_HIDDEN_SYMBOLS) # define LIBHOSTNAME_EXTERN CURL_EXTERN_SYMBOL |