From 7fd9fe181150f166a098eaf4e006f878c28cb770 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Mon, 15 Feb 2010 05:51:01 +0300 Subject: sort --- Utilities/PCRE/lib/libpcre.def | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Utilities/PCRE/lib/libpcre.def (limited to 'Utilities/PCRE/lib/libpcre.def') diff --git a/Utilities/PCRE/lib/libpcre.def b/Utilities/PCRE/lib/libpcre.def new file mode 100644 index 0000000..a7bdcbf --- /dev/null +++ b/Utilities/PCRE/lib/libpcre.def @@ -0,0 +1,26 @@ +EXPORTS + pcre_callout @1 DATA + pcre_compile @2 + pcre_config @3 + pcre_copy_named_substring @4 + pcre_copy_substring @5 + pcre_exec @6 + pcre_free @7 DATA + pcre_free_substring @8 + pcre_free_substring_list @9 + pcre_fullinfo @10 + pcre_get_named_substring @11 + pcre_get_stringnumber @12 + pcre_get_substring @13 + pcre_get_substring_list @14 + pcre_info @15 + pcre_maketables @16 + pcre_malloc @17 DATA + pcre_stack_free @18 DATA + pcre_stack_malloc @19 DATA + pcre_study @20 + pcre_version @21 + regcomp @22 + regerror @23 + regexec @24 + regfree @25 -- cgit v1.2.3