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
16a05281
Commit
16a05281
authored
Apr 19, 2009
by
Kai Blin
Committed by
Alexandre Julliard
Apr 21, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sxs: Implement a stub CreateAssemblyCache to make Publish or Perish install.
parent
0b4499cd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
sxs.c
dlls/sxs/sxs.c
+8
-0
sxs.spec
dlls/sxs/sxs.spec
+1
-1
No files found.
dlls/sxs/sxs.c
View file @
16a05281
...
...
@@ -22,7 +22,9 @@
#include "windef.h"
#include "winbase.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
sxs
);
/***********************************************************************
* DllMain (SXS.@)
...
...
@@ -40,3 +42,9 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
}
return
TRUE
;
}
HRESULT
WINAPI
CreateAssemblyCache
(
DWORD
unimplemented
,
DWORD
dwReserved
)
{
FIXME
(
"%u %u stub
\n
"
,
unimplemented
,
dwReserved
);
return
E_NOTIMPL
;
}
dlls/sxs/sxs.spec
View file @
16a05281
@ st
ub CreateAssemblyCache
@ st
dcall CreateAssemblyCache(long long)
@ stub CreateAssemblyNameObject
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