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:
@@ -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 ().
|
||||
|
||||
Reference in New Issue
Block a user