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
8bace09c
Commit
8bace09c
authored
Jan 22, 2019
by
Alex Henrie
Committed by
Alexandre Julliard
Jan 23, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Rename SHELL32_714 to PathIsTemporaryW.
Signed-off-by:
Alex Henrie
<
alexhenrie24@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
7e4c1a20
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
shell32.spec
dlls/shell32/shell32.spec
+1
-1
shellord.c
dlls/shell32/shellord.c
+4
-4
No files found.
dlls/shell32/shell32.spec
View file @
8bace09c
...
...
@@ -260,7 +260,7 @@
701 stdcall CDefFolderMenu_Create2(ptr ptr long ptr ptr ptr long ptr ptr)
704 stdcall -noname GUIDFromStringW(wstr ptr)
709 stdcall SHGetSetFolderCustomSettings(ptr wstr long)
714 stdcall
@(ptr) SHELL32_714 # PathIsTemporaryW
714 stdcall
-noname PathIsTemporaryW(wstr)
723 stdcall -noname SHCreateSessionKey(long ptr)
727 stdcall SHGetImageList(long ptr ptr)
730 stdcall -noname RestartDialogEx(long wstr long long)
...
...
dlls/shell32/shellord.c
View file @
8bace09c
...
...
@@ -1623,12 +1623,12 @@ BOOL WINAPI GUIDFromStringW(LPCWSTR str, LPGUID guid)
}
/*************************************************************************
*
@
[SHELL32.714]
*
PathIsTemporaryW
[SHELL32.714]
*/
DWORD
WINAPI
SHELL32_714
(
LPVOID
x
)
BOOL
WINAPI
PathIsTemporaryW
(
const
WCHAR
*
path
)
{
FIXME
(
"(%s)stub
\n
"
,
debugstr_w
(
x
));
return
0
;
FIXME
(
"(%s) stub
\n
"
,
debugstr_w
(
path
));
return
FALSE
;
}
typedef
struct
_PSXA
...
...
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