Concerning dlls dpnaddr.dll dpnlobby.dll
They both are dlls with just one function and that it is forwarded to dpnet.dll. I understand that this is just for compatibility reasons.
If we add to the git tree these two spec files
dlls/dpnaddr/dpnaddr.spec: stdcall DirectPlay8AddressCreate( ptr ptr ptr ) dpnet.DirectPlay8AddressCreate
dlls/dpnlobby/dpnlobby.spec: stdcall DirectPlay8Create(ptr ptr ptr) dpnet.DirectPlay8Create
Shouldn't these do to have both dlls implemented natively in wine? Do we need to add anymore code for dll functions which are just forwarded in windows?
Luis Carlos Busquets Pérez luis.busquets@ilidium.com writes:
If we add to the git tree these two spec files
dlls/dpnaddr/dpnaddr.spec: stdcall DirectPlay8AddressCreate( ptr ptr ptr ) dpnet.DirectPlay8AddressCreate
dlls/dpnlobby/dpnlobby.spec: stdcall DirectPlay8Create(ptr ptr ptr) dpnet.DirectPlay8Create
Shouldn't these do to have both dlls implemented natively in wine?
Yes, except you also need to write makefiles, and probably version resources.