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
331fb086
Commit
331fb086
authored
Oct 25, 2002
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Oct 25, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some small cleanups.
parent
6b1887e4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
filedlgbrowser.c
dlls/commdlg/filedlgbrowser.c
+1
-1
shellstring.c
dlls/shell32/shellstring.c
+2
-2
ds_image.c
dlls/twain/ds_image.c
+1
-1
No files found.
dlls/commdlg/filedlgbrowser.c
View file @
331fb086
...
...
@@ -102,7 +102,7 @@ static void COMDLG32_UpdateCurrentDir(FileOpenDlgInfos *fodInfos)
/* copied from shell32 to avoid linking to it */
static
HRESULT
COMDLG32_StrRetToStrNW
(
LPVOID
dest
,
DWORD
len
,
LPSTRRET
src
,
LPITEMIDLIST
pidl
)
{
TRACE
(
"dest=
0x%p len=0x%lx strret=0x
%p pidl=%p stub
\n
"
,
dest
,
len
,
src
,
pidl
);
TRACE
(
"dest=
%p len=0x%lx strret=
%p pidl=%p stub
\n
"
,
dest
,
len
,
src
,
pidl
);
switch
(
src
->
uType
)
{
...
...
dlls/shell32/shellstring.c
View file @
331fb086
...
...
@@ -47,7 +47,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(shell);
HRESULT
WINAPI
StrRetToStrNA
(
LPVOID
dest
,
DWORD
len
,
LPSTRRET
src
,
const
ITEMIDLIST
*
pidl
)
{
TRACE
(
"dest=
0x
%p len=0x%lx strret=%p(%s) pidl=%p
\n
"
,
TRACE
(
"dest=%p len=0x%lx strret=%p(%s) pidl=%p
\n
"
,
dest
,
len
,
src
,
(
src
->
uType
==
STRRET_WSTR
)
?
"STRRET_WSTR"
:
(
src
->
uType
==
STRRET_CSTR
)
?
"STRRET_CSTR"
:
...
...
@@ -82,7 +82,7 @@ HRESULT WINAPI StrRetToStrNA (LPVOID dest, DWORD len, LPSTRRET src, const ITEMID
HRESULT
WINAPI
StrRetToStrNW
(
LPVOID
dest
,
DWORD
len
,
LPSTRRET
src
,
const
ITEMIDLIST
*
pidl
)
{
TRACE
(
"dest=
0x
%p len=0x%lx strret=%p(%s) pidl=%p
\n
"
,
TRACE
(
"dest=%p len=0x%lx strret=%p(%s) pidl=%p
\n
"
,
dest
,
len
,
src
,
(
src
->
uType
==
STRRET_WSTR
)
?
"STRRET_WSTR"
:
(
src
->
uType
==
STRRET_CSTR
)
?
"STRRET_CSTR"
:
...
...
dlls/twain/ds_image.c
View file @
331fb086
...
...
@@ -276,7 +276,7 @@ TW_UINT16 TWAIN_ImageNativeXferGet (pTW_IDENTITY pOrigin, pTW_IDENTITY pDest,
sane_cancel
(
pSource
->
deviceHandle
);
ReleaseDC
(
pSource
->
hwndOwner
,
dc
);
*
pHandle
=
hDIB
;
*
pHandle
=
(
TW_UINT32
)
hDIB
;
twRC
=
TWRC_XFERDONE
;
pSource
->
twCC
=
TWCC_SUCCESS
;
pSource
->
currentState
=
7
;
...
...
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