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
38d58f87
Commit
38d58f87
authored
Jan 11, 2012
by
Detlef Riekenberg
Committed by
Alexandre Julliard
Jan 13, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shell32: Remove outdated dll names from comments.
parent
ee5f6f22
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
assoc.c
dlls/shell32/assoc.c
+9
-9
No files found.
dlls/shell32/assoc.c
View file @
38d58f87
...
...
@@ -36,7 +36,7 @@
WINE_DEFAULT_DEBUG_CHANNEL
(
shell
);
/**************************************************************************
* IQueryAssociations
{SHELL32}
* IQueryAssociations
*
* DESCRIPTION
* This object provides a layer of abstraction over the system registry in
...
...
@@ -71,7 +71,7 @@ static inline IQueryAssociationsImpl *impl_from_IQueryAssociations(IQueryAssocia
}
/**************************************************************************
* IQueryAssociations_QueryInterface
{SHLWAPI}
* IQueryAssociations_QueryInterface
*
* See IUnknown_QueryInterface.
*/
...
...
@@ -100,7 +100,7 @@ static HRESULT WINAPI IQueryAssociations_fnQueryInterface(
}
/**************************************************************************
* IQueryAssociations_AddRef
{SHLWAPI}
* IQueryAssociations_AddRef
*
* See IUnknown_AddRef.
*/
...
...
@@ -115,7 +115,7 @@ static ULONG WINAPI IQueryAssociations_fnAddRef(IQueryAssociations *iface)
}
/**************************************************************************
* IQueryAssociations_Release
{SHLWAPI}
* IQueryAssociations_Release
*
* See IUnknown_Release.
*/
...
...
@@ -138,7 +138,7 @@ static ULONG WINAPI IQueryAssociations_fnRelease(IQueryAssociations *iface)
}
/**************************************************************************
* IQueryAssociations_Init
{SHLWAPI}
* IQueryAssociations_Init
*
* Initialise an IQueryAssociations object.
*
...
...
@@ -374,7 +374,7 @@ static HRESULT ASSOC_ReturnData(LPWSTR out, DWORD *outlen, LPCWSTR data,
}
/**************************************************************************
* IQueryAssociations_GetString
{SHLWAPI}
* IQueryAssociations_GetString
*
* Get a file association string from the registry.
*
...
...
@@ -599,7 +599,7 @@ get_friendly_name_fail:
}
/**************************************************************************
* IQueryAssociations_GetKey
{SHLWAPI}
* IQueryAssociations_GetKey
*
* Get a file association key from the registry.
*
...
...
@@ -629,7 +629,7 @@ static HRESULT WINAPI IQueryAssociations_fnGetKey(
}
/**************************************************************************
* IQueryAssociations_GetData
{SHLWAPI}
* IQueryAssociations_GetData
*
* Get the data for a file association key from the registry.
*
...
...
@@ -661,7 +661,7 @@ static HRESULT WINAPI IQueryAssociations_fnGetData(
}
/**************************************************************************
* IQueryAssociations_GetEnum
{SHLWAPI}
* IQueryAssociations_GetEnum
*
* Not yet implemented in native Win32.
*
...
...
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