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
c10d9d10
Commit
c10d9d10
authored
Sep 01, 2021
by
Francois Gouget
Committed by
Alexandre Julliard
Sep 01, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Fix a couple of ASCII / ANSI mixups in comments.
Signed-off-by:
Francois Gouget
<
fgouget@free.fr
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
b60e4064
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
shelllink.c
dlls/shell32/shelllink.c
+1
-1
shellord.c
dlls/shell32/shellord.c
+1
-1
shlfileop.c
dlls/shell32/shlfileop.c
+2
-2
No files found.
dlls/shell32/shelllink.c
View file @
c10d9d10
...
...
@@ -680,7 +680,7 @@ static HRESULT Stream_LoadLocation( IStream *stm,
*
* 0 Length of the block (4 bytes, usually 0x314)
* 4 tag (dword)
* 8 string data in A
SCI
I
* 8 string data in A
NS
I
* 8+0x104 string data in UNICODE
*
* In the original Win32 implementation the buffers are not initialized
...
...
dlls/shell32/shellord.c
View file @
c10d9d10
/*
* The parameters of many functions changes between different OS versions
* (NT uses Unicode strings, 95 uses A
SCI
I strings)
* (NT uses Unicode strings, 95 uses A
NS
I strings)
*
* Copyright 1997 Marcus Meissner
* 1998 Jürgen Schmied
...
...
dlls/shell32/shlfileop.c
View file @
c10d9d10
...
...
@@ -819,9 +819,9 @@ static DWORD SHFindAttrW(LPCWSTR pName, BOOL fileOnly)
*
* SHNameTranslate HelperFunction for SHFileOperationA
*
* Translates a list of 0 terminated A
SCI
I strings into Unicode. If *wString
* Translates a list of 0 terminated A
NS
I strings into Unicode. If *wString
* is NULL, only the necessary size of the string is determined and returned,
* otherwise the A
SCI
I strings are copied into it and the buffer is increased
* otherwise the A
NS
I strings are copied into it and the buffer is increased
* to point to the location after the final 0 termination char.
*/
static
DWORD
SHNameTranslate
(
LPWSTR
*
wString
,
LPCWSTR
*
pWToFrom
,
BOOL
more
)
...
...
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