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
b7b28e33
Commit
b7b28e33
authored
Nov 15, 2006
by
Andrew Talbot
Committed by
Alexandre Julliard
Nov 16, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shlwapi: Cast-qual warnings fix.
parent
cb12dd6c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ordinal.c
dlls/shlwapi/ordinal.c
+2
-2
No files found.
dlls/shlwapi/ordinal.c
View file @
b7b28e33
...
...
@@ -370,7 +370,7 @@ HANDLE WINAPI SHMapHandle(HANDLE hShared, DWORD dwDstProcId, DWORD dwSrcProcId,
*/
HRESULT
WINAPI
RegisterDefaultAcceptHeaders
(
LPBC
lpBC
,
IUnknown
*
lpUnknown
)
{
static
const
WCHAR
szProperty
[]
=
{
'{'
,
'D'
,
'0'
,
'F'
,
'C'
,
'A'
,
'4'
,
'2'
,
'0'
,
static
WCHAR
szProperty
[]
=
{
'{'
,
'D'
,
'0'
,
'F'
,
'C'
,
'A'
,
'4'
,
'2'
,
'0'
,
'-'
,
'D'
,
'3'
,
'F'
,
'5'
,
'-'
,
'1'
,
'1'
,
'C'
,
'F'
,
'-'
,
'B'
,
'2'
,
'1'
,
'1'
,
'-'
,
'0'
,
'0'
,
'A'
,
'A'
,
'0'
,
'0'
,
'4'
,
'A'
,
'E'
,
'8'
,
'3'
,
'7'
,
'}'
,
'\0'
};
IEnumFORMATETC
*
pIEnumFormatEtc
=
NULL
;
...
...
@@ -4283,7 +4283,7 @@ HRESULT WINAPI SHCoCreateInstanceAC(REFCLSID rclsid, LPUNKNOWN pUnkOuter,
*/
BOOL
WINAPI
SHSkipJunction
(
IBindCtx
*
pbc
,
const
CLSID
*
pclsid
)
{
static
const
WCHAR
szSkipBinding
[]
=
{
'S'
,
'k'
,
'i'
,
'p'
,
' '
,
static
WCHAR
szSkipBinding
[]
=
{
'S'
,
'k'
,
'i'
,
'p'
,
' '
,
'B'
,
'i'
,
'n'
,
'd'
,
'i'
,
'n'
,
'g'
,
' '
,
'C'
,
'L'
,
'S'
,
'I'
,
'D'
,
'\0'
};
BOOL
bRet
=
FALSE
;
...
...
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