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
ca9f266a
Commit
ca9f266a
authored
Jun 26, 2006
by
Hans Leidekker
Committed by
Alexandre Julliard
Jun 27, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Add a stub implementation for SHIsFileAvailableOffline.
parent
6cff43fd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
shell.c
dlls/shell32/shell.c
+6
-0
shell32.spec
dlls/shell32/shell32.spec
+1
-1
No files found.
dlls/shell32/shell.c
View file @
ca9f266a
...
...
@@ -86,6 +86,12 @@ BOOL WINAPI SHELL_DllEntryPoint(DWORD Reason, HINSTANCE16 hInst,
return
TRUE
;
}
HRESULT
WINAPI
SHIsFileAvailableOffline
(
LPCWSTR
path
,
LPDWORD
status
)
{
FIXME
(
"(%s, %p) stub
\n
"
,
debugstr_w
(
path
),
status
);
return
E_FAIL
;
}
/*************************************************************************
* DragAcceptFiles [SHELL.9]
*/
...
...
dlls/shell32/shell32.spec
View file @
ca9f266a
...
...
@@ -359,7 +359,7 @@
@ stdcall SHHelpShortcuts_RunDLLW(long long long long)
@ stub SHInvokePrinterCommandA
@ stub SHInvokePrinterCommandW
@ st
ub SHIsFileAvailableOffline
@ st
dcall SHIsFileAvailableOffline(wstr ptr)
@ stdcall SHLoadInProc(long)
@ stub SHLoadNonloadedIconOverlayIdentifiers
@ stub SHPathPrepareForWriteA
...
...
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