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
93f656bf
Commit
93f656bf
authored
Jul 06, 2008
by
Andrew Talbot
Committed by
Alexandre Julliard
Jul 07, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Remove unneeded address-of operators from function names.
parent
f0d7a291
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
shellole.c
dlls/shell32/shellole.c
+13
-13
No files found.
dlls/shell32/shellole.c
View file @
93f656bf
...
@@ -60,19 +60,19 @@ static const struct {
...
@@ -60,19 +60,19 @@ static const struct {
REFIID
riid
;
REFIID
riid
;
LPFNCREATEINSTANCE
lpfnCI
;
LPFNCREATEINSTANCE
lpfnCI
;
}
InterfaceTable
[]
=
{
}
InterfaceTable
[]
=
{
{
&
CLSID_ShellFSFolder
,
&
IFSFolder_Constructor
},
{
&
CLSID_ShellFSFolder
,
IFSFolder_Constructor
},
{
&
CLSID_MyComputer
,
&
ISF_MyComputer_Constructor
},
{
&
CLSID_MyComputer
,
ISF_MyComputer_Constructor
},
{
&
CLSID_NetworkPlaces
,
&
ISF_NetworkPlaces_Constructor
},
{
&
CLSID_NetworkPlaces
,
ISF_NetworkPlaces_Constructor
},
{
&
CLSID_ShellDesktop
,
&
ISF_Desktop_Constructor
},
{
&
CLSID_ShellDesktop
,
ISF_Desktop_Constructor
},
{
&
CLSID_ShellLink
,
&
IShellLink_Constructor
},
{
&
CLSID_ShellLink
,
IShellLink_Constructor
},
{
&
CLSID_DragDropHelper
,
&
IDropTargetHelper_Constructor
},
{
&
CLSID_DragDropHelper
,
IDropTargetHelper_Constructor
},
{
&
CLSID_ControlPanel
,
&
IControlPanel_Constructor
},
{
&
CLSID_ControlPanel
,
IControlPanel_Constructor
},
{
&
CLSID_AutoComplete
,
&
IAutoComplete_Constructor
},
{
&
CLSID_AutoComplete
,
IAutoComplete_Constructor
},
{
&
CLSID_UnixFolder
,
&
UnixFolder_Constructor
},
{
&
CLSID_UnixFolder
,
UnixFolder_Constructor
},
{
&
CLSID_UnixDosFolder
,
&
UnixDosFolder_Constructor
},
{
&
CLSID_UnixDosFolder
,
UnixDosFolder_Constructor
},
{
&
CLSID_FolderShortcut
,
&
FolderShortcut_Constructor
},
{
&
CLSID_FolderShortcut
,
FolderShortcut_Constructor
},
{
&
CLSID_MyDocuments
,
&
MyDocuments_Constructor
},
{
&
CLSID_MyDocuments
,
MyDocuments_Constructor
},
{
&
CLSID_RecycleBin
,
&
RecycleBin_Constructor
},
{
&
CLSID_RecycleBin
,
RecycleBin_Constructor
},
{
NULL
,
NULL
}
{
NULL
,
NULL
}
};
};
...
...
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