Skip to content
Snippets Groups Projects
Commit 5b3855bf authored by Jeremy Newman's avatar Jeremy Newman Committed by Alexandre Julliard
Browse files

Fixed WARRANTY inclusion.

parent a52d75d1
Branches
Tags
No related merge requests found
......@@ -321,7 +321,7 @@ Wine is distributed under the following copyright.
@unnumberedsec The Wine Warranty
@quotation
@include WARRANTY
Wine comes with no warranty.
@end quotation
@node Authors, , Warranty, Copying
......@@ -1128,7 +1128,7 @@ You can declare an ordinal that holds data. Data items may be of 8, 16,
or 32 bit in size.
@example
@var{ORDINAL} @var{VARTYPE} @var{EXPORTNAME} (@var{DATA} @var{[DATA @dots{}]})
@var{ORDINAL} @var{VARTYPE} @var{EXPORTNAME} (@var{DATA} @var{DATA @dots{}})
@end example
@var{ORDINAL} is the ordinal number corresponding to the
......@@ -1149,7 +1149,7 @@ The following example defines the variable @samp{VariableA} at ordinal
@subsubsection Function entry points of @file{.spec}-files
@example
@var{ORDINAL} @var{FUNCTYPE} @var{EXPORTNAME} (@var{[ARGTYPE} @dots{} @var{]}) @var{HANDLERNAME}
@var{ORDINAL} @var{FUNCTYPE} @var{EXPORTNAME} (@var{ARGTYPE} @dots{} @var{}) @var{HANDLERNAME}
@end example
@var{ORDINAL} is the ordinal number corresponding to the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment