Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:rhabacker:branches:windows:mingw:win64
mingw64-wpcap
winpcap-mingw-w64-compatibility.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File winpcap-mingw-w64-compatibility.patch of Package mingw64-wpcap
--- wpcap/libpcap/pcap-win32.c.orig 2010-10-13 16:42:02.372549515 +0200 +++ wpcap/libpcap/pcap-win32.c 2010-10-13 16:43:28.138601005 +0200 @@ -38,7 +38,7 @@ #include <pcap-int.h> #include <Packet32.h> -#ifdef __MINGW32__ +#if defined(__MINGW32__) && !defined(__MINGW64_VERSION_MAJOR) #include <ddk/ndis.h> #else /*__MINGW32__*/ #include <ntddndis.h> --- wpcap/PRJ/GNUmakefile.mingw-w64 2015-01-04 01:12:38.565026946 +0100 +++ wpcap/PRJ/GNUmakefile 2015-01-04 01:14:36.961893695 +0100 @@ -35,6 +35,7 @@ -DHAVE_REMOTE \ -DHAVE_TC_API \ -DHAVE_ADDRINFO \ + -DHAVE___ATTRIBUTE__ \ -DHAVE_LIMITS_H \ -DYY_NO_UNISTD_H \ -mno-cygwin -shared ${OPTFLAGS}
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor