Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
8b6fa5c9
Commit
8b6fa5c9
authored
Aug 11, 2016
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Aug 11, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fusion: Avoid using the LPASSEMBLYNAME type.
Signed-off-by:
Michael Stefaniuc
<
mstefani@redhat.de
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
11c67756
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
asmname.c
dlls/fusion/asmname.c
+1
-1
asmenum.c
dlls/fusion/tests/asmenum.c
+1
-1
asmname.c
dlls/fusion/tests/asmname.c
+1
-1
No files found.
dlls/fusion/asmname.c
View file @
8b6fa5c9
...
...
@@ -727,7 +727,7 @@ done:
/******************************************************************
* CreateAssemblyNameObject (FUSION.@)
*/
HRESULT
WINAPI
CreateAssemblyNameObject
(
LPASSEMBLYNAME
*
ppAssemblyNameObj
,
HRESULT
WINAPI
CreateAssemblyNameObject
(
IAssemblyName
*
*
ppAssemblyNameObj
,
LPCWSTR
szAssemblyName
,
DWORD
dwFlags
,
LPVOID
pvReserved
)
{
...
...
dlls/fusion/tests/asmenum.c
View file @
8b6fa5c9
...
...
@@ -33,7 +33,7 @@ static HRESULT (WINAPI *pCreateAssemblyEnum)(IAssemblyEnum **pEnum,
IUnknown
*
pUnkReserved
,
IAssemblyName
*
pName
,
DWORD
dwFlags
,
LPVOID
pvReserved
);
static
HRESULT
(
WINAPI
*
pCreateAssemblyNameObject
)(
LPASSEMBLYNAME
*
ppAssemblyNameObj
,
static
HRESULT
(
WINAPI
*
pCreateAssemblyNameObject
)(
IAssemblyName
*
*
ppAssemblyNameObj
,
LPCWSTR
szAssemblyName
,
DWORD
dwFlags
,
LPVOID
pvReserved
);
static
HRESULT
(
WINAPI
*
pGetCachePath
)(
ASM_CACHE_FLAGS
dwCacheFlags
,
...
...
dlls/fusion/tests/asmname.c
View file @
8b6fa5c9
...
...
@@ -35,7 +35,7 @@ static CHAR string1[MAX_PATH];
if (lstrcmpA(string1, aString) != 0) \
ok(0, "Expected \"%s\", got \"%s\"\n", aString, string1);
static
HRESULT
(
WINAPI
*
pCreateAssemblyNameObject
)(
LPASSEMBLYNAME
*
ppAssemblyNameObj
,
static
HRESULT
(
WINAPI
*
pCreateAssemblyNameObject
)(
IAssemblyName
*
*
ppAssemblyNameObj
,
LPCWSTR
szAssemblyName
,
DWORD
dwFlags
,
LPVOID
pvReserved
);
static
HRESULT
(
WINAPI
*
pLoadLibraryShim
)(
LPCWSTR
szDllName
,
LPCWSTR
szVersion
,
...
...
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