Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
1155531c
Commit
1155531c
authored
Sep 08, 2003
by
Juan Lang
Committed by
Alexandre Julliard
Sep 08, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Fix buffer overrun in GetNetworkParams.
- Implement GetBest(Route,Interface). - Implement some AllocateAndGet*FromStack functions.
parent
cd0b7897
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
Makefile.in
dlls/iphlpapi/Makefile.in
+1
-1
iphlpapi.spec
dlls/iphlpapi/iphlpapi.spec
+6
-6
iphlpapi_main.c
dlls/iphlpapi/iphlpapi_main.c
+0
-0
No files found.
dlls/iphlpapi/Makefile.in
View file @
1155531c
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
iphlpapi.dll
IMPORTS
=
kernel32
IMPORTS
=
advapi32
kernel32
LDDLLFLAGS
=
@LDDLLFLAGS@
SYMBOLFILE
=
$(MODULE)
.tmp.o
...
...
dlls/iphlpapi/iphlpapi.spec
View file @
1155531c
@ stdcall AddIPAddress( long long long ptr ptr )
@ stub AllocateAndGetArpEntTableFromStack
@ st
ub AllocateAndGetIfTableFromStack
@ st
ub AllocateAndGetIpAddrTableFromStack
@ st
ub AllocateAndGetIpForwardTableFromStack
@ st
ub AllocateAndGetIpNetTableFromStack
@ st
ub AllocateAndGetTcpTableFromStack
@ st
ub AllocateAndGetUdpTableFromStack
@ st
dcall AllocateAndGetIfTableFromStack( ptr long long long )
@ st
dcall AllocateAndGetIpAddrTableFromStack( ptr long long long )
@ st
dcall AllocateAndGetIpForwardTableFromStack( ptr long long long )
@ st
dcall AllocateAndGetIpNetTableFromStack( ptr long long long )
@ st
dcall AllocateAndGetTcpTableFromStack( ptr long long long )
@ st
dcall AllocateAndGetUdpTableFromStack( ptr long long long )
@ stdcall CreateIpForwardEntry( ptr )
@ stdcall CreateIpNetEntry( ptr )
@ stdcall CreateProxyArpEntry( long long long )
...
...
dlls/iphlpapi/iphlpapi_main.c
View file @
1155531c
This diff is collapsed.
Click to expand it.
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