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
9074f257
Commit
9074f257
authored
Feb 17, 2005
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Feb 17, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Convert winemenubuilder to unicode.
parent
50e9c014
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
shelllink.c
dlls/shell32/shelllink.c
+3
-3
winemenubuilder.c
programs/winemenubuilder/winemenubuilder.c
+0
-0
No files found.
dlls/shell32/shelllink.c
View file @
9074f257
...
@@ -1281,7 +1281,7 @@ static HRESULT WINAPI IShellLinkA_fnSetRelativePath(IShellLinkA * iface, LPCSTR
...
@@ -1281,7 +1281,7 @@ static HRESULT WINAPI IShellLinkA_fnSetRelativePath(IShellLinkA * iface, LPCSTR
{
{
IShellLinkImpl
*
This
=
(
IShellLinkImpl
*
)
iface
;
IShellLinkImpl
*
This
=
(
IShellLinkImpl
*
)
iface
;
FIXM
E
(
"(%p)->(path=%s %lx)
\n
"
,
This
,
pszPathRel
,
dwReserved
);
TRAC
E
(
"(%p)->(path=%s %lx)
\n
"
,
This
,
pszPathRel
,
dwReserved
);
HeapFree
(
GetProcessHeap
(),
0
,
This
->
sPathRel
);
HeapFree
(
GetProcessHeap
(),
0
,
This
->
sPathRel
);
This
->
sPathRel
=
HEAP_strdupAtoW
(
GetProcessHeap
(),
0
,
pszPathRel
);
This
->
sPathRel
=
HEAP_strdupAtoW
(
GetProcessHeap
(),
0
,
pszPathRel
);
...
@@ -1296,7 +1296,7 @@ static HRESULT WINAPI IShellLinkA_fnResolve(IShellLinkA * iface, HWND hwnd, DWOR
...
@@ -1296,7 +1296,7 @@ static HRESULT WINAPI IShellLinkA_fnResolve(IShellLinkA * iface, HWND hwnd, DWOR
IShellLinkImpl
*
This
=
(
IShellLinkImpl
*
)
iface
;
IShellLinkImpl
*
This
=
(
IShellLinkImpl
*
)
iface
;
FIXM
E
(
"(%p)->(hwnd=%p flags=%lx)
\n
"
,
This
,
hwnd
,
fFlags
);
TRAC
E
(
"(%p)->(hwnd=%p flags=%lx)
\n
"
,
This
,
hwnd
,
fFlags
);
/*FIXME: use IResolveShellLink interface */
/*FIXME: use IResolveShellLink interface */
...
@@ -1721,7 +1721,7 @@ static HRESULT WINAPI IShellLinkW_fnResolve(IShellLinkW * iface, HWND hwnd, DWOR
...
@@ -1721,7 +1721,7 @@ static HRESULT WINAPI IShellLinkW_fnResolve(IShellLinkW * iface, HWND hwnd, DWOR
_ICOM_THIS_From_IShellLinkW
(
IShellLinkImpl
,
iface
);
_ICOM_THIS_From_IShellLinkW
(
IShellLinkImpl
,
iface
);
FIXM
E
(
"(%p)->(hwnd=%p flags=%lx)
\n
"
,
This
,
hwnd
,
fFlags
);
TRAC
E
(
"(%p)->(hwnd=%p flags=%lx)
\n
"
,
This
,
hwnd
,
fFlags
);
/*FIXME: use IResolveShellLink interface */
/*FIXME: use IResolveShellLink interface */
...
...
programs/winemenubuilder/winemenubuilder.c
View file @
9074f257
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