summarylogtreecommitdiffstats
path: root/002-fix-exports.patch
diff options
context:
space:
mode:
authorAndrew Sun2018-06-27 22:37:41 -0400
committerAndrew Sun2018-06-27 22:37:41 -0400
commita5e8af11a3d746f5fa667b34b166b601f84a3066 (patch)
tree4ad466c7336877b1082c26a20b17500ceba96c5d /002-fix-exports.patch
downloadaur-a5e8af11a3d746f5fa667b34b166b601f84a3066.tar.gz
mingw-w64-wineditline: version 2.205
Diffstat (limited to '002-fix-exports.patch')
-rw-r--r--002-fix-exports.patch58
1 files changed, 58 insertions, 0 deletions
diff --git a/002-fix-exports.patch b/002-fix-exports.patch
new file mode 100644
index 000000000000..0bfd130fc528
--- /dev/null
+++ b/002-fix-exports.patch
@@ -0,0 +1,58 @@
+--- a/src/libedit.def 2014-10-02 11:58:12.906800000 +0400
++++ b/src/libedit.def 2014-10-02 13:15:54.108600000 +0400
+@@ -1,29 +1,34 @@
+-; WinEditLine library
++;
++; Definition file of edit.dll
++; Automatic generated by gendef
++; written by Kai Tietz 2008
++;
++LIBRARY "edit.dll"
+ EXPORTS
+-source_editrc
+-readline
+-rl_free
+-rl_completion_matches
+-rl_filename_completion_function
+-rl_attempted_completion_function
+-rl_user_completion_entry_free_function
+-rl_attempted_completion_over
+-rl_line_buffer
+-rl_point
+-using_history
+-free_history
+-free_history_entry
+-clear_history
+ add_history
+-remove_history
+-replace_history_entry
+-history_list
+-where_history
+-history_length
++clear_history
+ current_history
++free_history
++free_history_entry
+ history_get
++history_length
++history_list
+ history_set_pos
+-previous_history
+ next_history
++previous_history
+ read_history
++readline
++remove_history
++replace_history_entry
++rl_attempted_completion_function DATA
++rl_attempted_completion_over DATA
++rl_completion_matches
++rl_filename_completion_function
++rl_free
++rl_line_buffer DATA
++rl_point DATA
++rl_user_completion_entry_free_function DATA
++source_editrc
++using_history
++where_history
+ write_history