diff options
Diffstat (limited to 'packages/Symbian')
-rw-r--r-- | packages/Symbian/group/curl.iby | 4 | ||||
-rw-r--r-- | packages/Symbian/group/libcurl.mmp | 2 | ||||
-rw-r--r-- | packages/Symbian/readme.txt | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/packages/Symbian/group/curl.iby b/packages/Symbian/group/curl.iby index f05bff3b8..7921aaa07 100644 --- a/packages/Symbian/group/curl.iby +++ b/packages/Symbian/group/curl.iby @@ -1,8 +1,8 @@ -// +// // curl file transfer utility command-line utility // // Use this file with buildrom to add curl to a device ROM -// +// #ifndef CURL_IBY #define CURL_IBY diff --git a/packages/Symbian/group/libcurl.mmp b/packages/Symbian/group/libcurl.mmp index cac26d5a8..512ff97ae 100644 --- a/packages/Symbian/group/libcurl.mmp +++ b/packages/Symbian/group/libcurl.mmp @@ -38,7 +38,7 @@ USERINCLUDE ../../../lib ../../../include/curl #ifdef ENABLE_SSL USERINCLUDE /epoc32/include/osextensions/stdapis // Older versions of the SDK need this instead: -//USERINCLUDE /epoc32/include/stdapis/openssl +//USERINCLUDE /epoc32/include/stdapis/openssl #endif SYSTEMINCLUDE ../../../include /epoc32/include/stdapis /epoc32/include diff --git a/packages/Symbian/readme.txt b/packages/Symbian/readme.txt index 840447b5d..05834e7b1 100644 --- a/packages/Symbian/readme.txt +++ b/packages/Symbian/readme.txt @@ -9,7 +9,7 @@ from client applications as well as creating a GUI application to allow file transfers. The author has no current plans to do so. This means that integration with standard Symbian OS programs can be -tricky, since libcurl isn't designed with Symbian's native asynchronous +tricky, since libcurl isn't designed with Symbian's native asynchronous message passing idioms in mind. However, it may be possible to use libcurl in an active object-based application through libcurl's multi interface. The port is most easily used when porting POSIX applications to Symbian |