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
dab51e06
Commit
dab51e06
authored
May 15, 2012
by
Francois Gouget
Committed by
Alexandre Julliard
May 15, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wsock32: Fix the spelling of the XP_BANDWIDTH_ALLOCATION constant.
parent
d979d9cd
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
protocol.c
dlls/wsock32/protocol.c
+1
-1
nspapi.h
include/nspapi.h
+1
-1
No files found.
dlls/wsock32/protocol.c
View file @
dab51e06
...
...
@@ -83,7 +83,7 @@ static DWORD map_service(DWORD wsaflags)
if
(
wsaflags
&
XP1_DISCONNECT_DATA
)
flags
|=
XP_DISCONNECT_DATA
;
if
(
wsaflags
&
XP1_SUPPORT_BROADCAST
)
flags
|=
XP_SUPPORTS_BROADCAST
;
if
(
wsaflags
&
XP1_SUPPORT_MULTIPOINT
)
flags
|=
XP_SUPPORTS_MULTICAST
;
if
(
wsaflags
&
XP1_QOS_SUPPORTED
)
flags
|=
XP_BANDWITH_ALLOCATION
;
if
(
wsaflags
&
XP1_QOS_SUPPORTED
)
flags
|=
XP_BANDWI
D
TH_ALLOCATION
;
if
(
wsaflags
&
XP1_PARTIAL_MESSAGE
)
flags
|=
XP_FRAGMENTATION
;
return
flags
;
}
...
...
include/nspapi.h
View file @
dab51e06
...
...
@@ -38,7 +38,7 @@ extern "C" {
#define XP_DISCONNECT_DATA 0x00000100
#define XP_SUPPORTS_BROADCAST 0x00000200
#define XP_SUPPORTS_MULTICAST 0x00000400
#define XP_BANDWITH_ALLOCATION 0x00000800
#define XP_BANDWI
D
TH_ALLOCATION 0x00000800
#define XP_FRAGMENTATION 0x00001000
#define XP_ENCRYPTS 0x00002000
...
...
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