mirror of
https://github.com/curl/curl.git
synced 2026-07-23 21:27:16 +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
|
|
@ -93,10 +93,6 @@ extern "C" {
|
|||
|
||||
typedef void CURL;
|
||||
|
||||
#ifdef USES_DIRECT_CURL_UTILITIES
|
||||
#define CURL_EXTERN
|
||||
#else /* USES_DIRECT_CURL_UTILITIES */
|
||||
|
||||
/*
|
||||
* Decorate exportable functions for Win32 and Symbian OS DLL linking.
|
||||
* This avoids using a .def file for building libcurl.dll.
|
||||
|
|
@ -122,7 +118,6 @@ typedef void CURL;
|
|||
#define CURL_EXTERN
|
||||
#endif
|
||||
#endif
|
||||
#endif /* USES_DIRECT_CURL_UTILITIES */
|
||||
|
||||
#ifndef curl_socket_typedef
|
||||
/* socket typedef */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue