Skip to content
Snippets Groups Projects
Commit 639362bf authored by Thomas Mertes's avatar Thomas Mertes Committed by Alexandre Julliard
Browse files

Change c2man that it works with the new format of the spec files

(without exported name).
parent 01af6376
No related merge requests found
......@@ -249,6 +249,10 @@ sub process_spec_file
{
$implementation_name = $exported_name;
}
if ($implementation_name eq "")
{
$implementation_name = $exported_name;
}
# Add indices for the exported and implementation names
$spec_details->{EXPORTED_NAMES}{$exported_name} = $spec_details->{NUM_EXPORTS};
if ($implementation_name ne $exported_name)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment