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
c2bd211b
Commit
c2bd211b
authored
Aug 21, 2003
by
Mike McCormack
Committed by
Alexandre Julliard
Aug 21, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove useless comments that clutter the code.
parent
8e98b9cd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
shlfileop.c
dlls/shell32/shlfileop.c
+11
-11
No files found.
dlls/shell32/shlfileop.c
View file @
c2bd211b
...
...
@@ -861,8 +861,8 @@ DWORD WINAPI SHFileOperationW(LPSHFILEOPSTRUCTW lpFileOp)
{
TRACE
(
"%s level=%ld lpFileOp->fFlags=0x%x not fully implemented, stub
\n
"
,
debug_shfileops_action
(
FuncSwitch
),
level
,
OFl
);
}
/* endif */
}
/* endif */
}
}
if
((
pNextFrom
)
&&
(
!
(
b_MultiTo
)
||
(
pNextTo
)))
{
...
...
@@ -912,7 +912,7 @@ DWORD WINAPI SHFileOperationW(LPSHFILEOPSTRUCTW lpFileOp)
{
b_MultiPaired
=
SHELL_FileNamesMatch
(
lpFileOp
->
pFrom
,
lpFileOp
->
pTo
,
(
!
b_Multi
||
b_MultiFrom
));
}
/* endif */
}
if
(
!
(
b_MultiPaired
)
||
!
(
pFromFile
)
||
!
(
pFromFile
[
1
])
||
((
pTo
)
&&
!
(
pToFile
)))
{
retCode
=
0x402
;
/* 1026 */
...
...
@@ -963,12 +963,12 @@ DWORD WINAPI SHFileOperationW(LPSHFILEOPSTRUCTW lpFileOp)
{
/* FO_DELETE with mask and without found is valid */
goto
shfileop_normal
;
}
/* endif */
}
/* endif */
}
}
/* root (without mask) is also not allowed as source, tested in W98 */
retCode
=
0x402
;
/* 1026 */
goto
shfileop_error
;
}
/* endif */
}
/* for all */
#define HIGH_ADR (LPWSTR)0xffffffff
...
...
@@ -1040,7 +1040,7 @@ DWORD WINAPI SHFileOperationW(LPSHFILEOPSTRUCTW lpFileOp)
{
retCode
=
(
b_ToTailSlash
)
?
0xb7
:
0x7b
;
goto
shfileop_error
;
}
/* endif */
}
/* we use SHNotifyMoveFile() instead MoveFileW */
if
(
!
SHNotifyMoveFileW
(
pTempFrom
,
pTempTo
))
{
...
...
@@ -1144,7 +1144,7 @@ DWORD WINAPI SHFileOperationW(LPSHFILEOPSTRUCTW lpFileOp)
/* error, is this tested ? */
retCode
=
0x777402
;
goto
shfileop_error
;
}
/* endif */
}
}
/* singlesource + no mask */
...
...
@@ -1190,7 +1190,7 @@ DWORD WINAPI SHFileOperationW(LPSHFILEOPSTRUCTW lpFileOp)
/* we still need the value for the returncode, we assume 0x71 */
retCode
=
0x71
;
goto
shfileop_error
;
}
/* endif */
}
if
(
IsAttribDir
((
ToAttr
&
wfd
.
dwFileAttributes
)))
{
if
(
IsAttribDir
(
ToAttr
)
||
!
SHCreateDirectoryExW
(
NULL
,
pTempTo
,
NULL
))
...
...
@@ -1220,8 +1220,8 @@ DWORD WINAPI SHFileOperationW(LPSHFILEOPSTRUCTW lpFileOp)
goto
shfileop_error
;
}
}
}
/* end-switch */
}
/* end-while */
}
}
shfileop_normal:
if
(
!
(
nFileOp
.
fAnyOperationsAborted
))
...
...
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