Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
d1e780f2
Commit
d1e780f2
authored
Aug 15, 2014
by
André Hentschel
Committed by
Alexandre Julliard
Aug 18, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wpcap: Fix spec file to not print empty buffers.
parent
7cdaece7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
wpcap.spec
dlls/wpcap/wpcap.spec
+4
-4
No files found.
dlls/wpcap/wpcap.spec
View file @
d1e780f2
...
...
@@ -24,7 +24,7 @@
@ stub pcap_dump_open
@ stub pcap_file
@ stub pcap_fileno
@ cdecl pcap_findalldevs(ptr
s
tr) wine_pcap_findalldevs
@ cdecl pcap_findalldevs(ptr
p
tr) wine_pcap_findalldevs
@ stub pcap_findalldevs_ex
@ cdecl pcap_freealldevs(ptr) wine_pcap_freealldevs
@ stub pcap_freecode
...
...
@@ -37,8 +37,8 @@
@ stub pcap_list_datalinks
@ stub pcap_live_dump
@ stub pcap_live_dump_ended
@ cdecl pcap_lookupdev(
s
tr) wine_pcap_lookupdev
@ cdecl pcap_lookupnet(str ptr ptr
s
tr) wine_pcap_lookupnet
@ cdecl pcap_lookupdev(
p
tr) wine_pcap_lookupdev
@ cdecl pcap_lookupnet(str ptr ptr
p
tr) wine_pcap_lookupnet
@ stub pcap_loop
@ cdecl pcap_major_version(ptr) wine_pcap_major_version
@ cdecl pcap_minor_version(ptr) wine_pcap_minor_version
...
...
@@ -49,7 +49,7 @@
@ stub pcap_offline_read
@ stub pcap_open
@ stub pcap_open_dead
@ cdecl pcap_open_live(str long long long
s
tr) wine_pcap_open_live
@ cdecl pcap_open_live(str long long long
p
tr) wine_pcap_open_live
@ stub pcap_open_offline
@ stub pcap_parsesrcstr
@ stub pcap_perror
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment