dll that just forward

Luis Carlos Busquets Pérez luis.busquets at ilidium.com
Tue Mar 6 03:14:57 CST 2007


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?







More information about the wine-devel mailing list