Made cURL wrapper library works on Linux.

git-svn-id: https://svn.origo.ethz.ch/eiffelstudio/trunk/Src/library/cURL@70943 8089f293-4706-0410-a29e-feb5c42a2edf
This commit is contained in:
larryl
2007-10-30 11:22:26 +00:00
parent 2d99813b5d
commit 09a1c2d34a
3 changed files with 66 additions and 12 deletions

View File

@@ -85,8 +85,14 @@ feature {NONE} -- Implementation
not_void: Result /= Void
end
module_name: STRING is "libcurl.dll"
module_name: STRING is
-- Module name.
local
l_utility: CURL_UTILITY
once
create l_utility
Result := l_utility.module_name
end
internal_formadd_string_string (a_form: TYPED_POINTER [POINTER]; a_last_pointer: TYPED_POINTER [POINTER]; a_arg_1: INTEGER; a_arg_1_value: STRING_GENERAL; a_arg_2: INTEGER; a_arg_2_value: STRING_GENERAL; a_arg_3: INTEGER) is
-- Declared as curl_formadd ().