[6/9] Add usbd.sys.

Rob Shearman robertshearman at gmail.com
Mon Oct 6 07:25:08 CDT 2008


2008/10/6 Alexander Morozov <amorozov at etersoft.ru>:
> +@ stdcall _USBD_CreateConfigurationRequestEx\@8(ptr ptr) USBD_CreateConfigurationRequestEx
...
> +@ stdcall _USBD_ParseConfigurationDescriptorEx\@28(ptr ptr long long long long long) USBD_ParseConfigurationDescriptorEx
> +@ stub _USBD_ParseDescriptors\@16

The stdcall calling convention specifies a decoration of a leading
underscore and an @ followed by the number of bytes to push onto the
stack, which is added automatically by winebuild. Is there a reason
why you are adding this on yourself?

Even if there is a good reason, you don't need to quote the @ symbols.

-- 
Rob Shearman



More information about the wine-devel mailing list