Recognize new macros.

This commit is contained in:
Dr. Stephen Henson
2005-05-19 11:51:43 +00:00
parent 739b139cb2
commit 97d37c1c1e

View File

@@ -741,7 +741,8 @@ sub do_defs
} elsif (/^\s*DECLARE_PKCS12_STACK_OF\s*\(\s*(\w*)\s*\)/) { } elsif (/^\s*DECLARE_PKCS12_STACK_OF\s*\(\s*(\w*)\s*\)/) {
next; next;
} elsif (/^DECLARE_PEM_rw\s*\(\s*(\w*)\s*,/ || } elsif (/^DECLARE_PEM_rw\s*\(\s*(\w*)\s*,/ ||
/^DECLARE_PEM_rw_cb\s*\(\s*(\w*)\s*,/ ) { /^DECLARE_PEM_rw_cb\s*\(\s*(\w*)\s*,/ ||
/^DECLARE_PEM_rw_const\s*\(\s*(\w*)\s*,/ ) {
# Things not in Win16 # Things not in Win16
$def .= $def .=
"#INFO:" "#INFO:"