wpcap: Forward pcap_strerror to msvcrt.strerror

André Hentschel nerv at dawncrow.de
Mon Jan 25 14:52:37 CST 2016


Signed-off-by: André Hentschel <nerv at dawncrow.de>
---
Found while testing some applications to review the other patches.
WinPcap also uses the msvcrt strerror when available, we have it for sure

 dlls/wpcap/wpcap.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/wpcap/wpcap.spec b/dlls/wpcap/wpcap.spec
index 0e1e208..66303b4 100644
--- a/dlls/wpcap/wpcap.spec
+++ b/dlls/wpcap/wpcap.spec
@@ -74,5 +74,5 @@
 @ cdecl pcap_snapshot(ptr) wine_pcap_snapshot
 @ cdecl pcap_stats(ptr ptr) wine_pcap_stats
 @ stub pcap_stats_ex
-@ stub pcap_strerror
+@ cdecl pcap_strerror(long) msvcrt.strerror
 @ cdecl wsockinit() wine_wsockinit
-- 
1.9.1




More information about the wine-patches mailing list