mirror of
https://github.com/curl/curl.git
synced 2026-07-28 04:53:08 +03:00
Cleaned up the custom definition I added (replaced by CURL_STATICLIB)
This commit is contained in:
parent
4cd950900b
commit
4d396169c8
4 changed files with 10 additions and 8 deletions
|
|
@ -50,6 +50,10 @@
|
|||
|
||||
/* to make a symbol visible */
|
||||
#cmakedefine CURL_EXTERN_SYMBOL ${CURL_EXTERN_SYMBOL}
|
||||
/* Ensure using CURL_EXTERN_SYMBOL is possible */
|
||||
#ifndef CURL_EXTERN_SYMBOL
|
||||
#define CURL_EXTERN_SYMBOL
|
||||
#endif
|
||||
|
||||
/* to enable hidden symbols */
|
||||
#cmakedefine CURL_HIDDEN_SYMBOLS ${CURL_HIDDEN_SYMBOLS}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue