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
08219c02
Commit
08219c02
authored
Mar 03, 2024
by
Zebediah Figura
Committed by
Alexandre Julliard
Mar 04, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32/tests: Add tests for context menu copy/paste.
parent
366398cc
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
0 deletions
+1
-0
shlfolder.c
dlls/shell32/tests/shlfolder.c
+0
-0
shlobj.h
include/shlobj.h
+1
-0
No files found.
dlls/shell32/tests/shlfolder.c
View file @
08219c02
This diff is collapsed.
Click to expand it.
include/shlobj.h
View file @
08219c02
...
...
@@ -77,6 +77,7 @@ typedef int GPFIDL_FLAGS;
WINSHELLAPI
void
WINAPI
SHFree
(
void
*
);
WINSHELLAPI
UINT
WINAPI
SHAddFromPropSheetExtArray
(
HPSXA
,
LPFNADDPROPSHEETPAGE
,
LPARAM
);
WINSHELLAPI
void
*
WINAPI
SHAlloc
(
ULONG
)
__WINE_ALLOC_SIZE
(
1
)
__WINE_DEALLOC
(
SHFree
)
__WINE_MALLOC
;
WINSHELLAPI
HRESULT
WINAPI
SHBindToObject
(
IShellFolder
*
,
const
ITEMIDLIST
*
,
IBindCtx
*
,
REFIID
,
void
**
);
WINSHELLAPI
HRESULT
WINAPI
SHCoCreateInstance
(
LPCWSTR
,
const
CLSID
*
,
IUnknown
*
,
REFIID
,
LPVOID
*
);
WINSHELLAPI
HPSXA
WINAPI
SHCreatePropSheetExtArray
(
HKEY
,
LPCWSTR
,
UINT
);
WINSHELLAPI
HPSXA
WINAPI
SHCreatePropSheetExtArrayEx
(
HKEY
,
LPCWSTR
,
UINT
,
IDataObject
*
);
...
...
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