Re: dlls: add wpcap

2006-11-22 Thread James Hawkins
On 11/21/06, mengzhuo li [EMAIL PROTECTED] wrote: Changlog: add wpcap.dll.so in wine, there are some wpcap functions added, not all. note: before configure, you should use autoreconf to generate a new configure file. Why are you adding this dll? Does it fix some app? I just looked around

Re: dlls: add wpcap

2006-11-22 Thread Tomas Carnecky
James Hawkins wrote: +@ stdcall pcap_setbuff(ptr long) wine_pcap_setbuff As I said before, you don't need to forward these, just name the APIs like they are in the spec file and it should work. You can see that wine_pcap_close() calls pcap_close() which is a function implemented in the

Re: dlls: add wpcap

2006-11-22 Thread James Hawkins
On 11/22/06, Tomas Carnecky [EMAIL PROTECTED] wrote: James Hawkins wrote: +@ stdcall pcap_setbuff(ptr long) wine_pcap_setbuff As I said before, you don't need to forward these, just name the APIs like they are in the spec file and it should work. You can see that wine_pcap_close() calls