spec file syntax and automated generation

Jon Griffiths jon_p_griffiths at yahoo.com
Wed Aug 20 12:35:12 CDT 2003


Hi,

<disclaimer> I havent read the wine-user posts....

>1. The winebuild manpage only mentions ptr, str, wstr, long and
double
>as valid Win32 function argument size information - is the amount
and
>kind of symbols really important, or is it just the amount of used
stack
>space?

the type is used for dumping of parameters so its good to have it
right.

>I am not too familiar with assembler, but I would assume the first
is
>right, since two arguments are pushed on the stack, each using
32bit.

Correct. Logical types are irrelevant, only the physical size
matters. %

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com



More information about the wine-devel mailing list