Cleaned up the custom definition I added (replaced by CURL_STATICLIB)

This commit is contained in:
Benoit Neil 2009-04-09 19:59:38 +00:00
parent 4cd950900b
commit 4d396169c8
4 changed files with 10 additions and 8 deletions

View file

@ -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 */