mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:43:31 +00:00
mscoree: _CorValidateImage() is a WINAPI function.
This fixes a winapi_check warning.
This commit is contained in:
parent
ab8d1e788a
commit
21540b7591
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ void WINAPI _CorImageUnloading(LPCVOID* imageBase)
|
|||
TRACE("(%p): stub\n", imageBase);
|
||||
}
|
||||
|
||||
DWORD _CorValidateImage(LPCVOID* imageBase, LPCWSTR imageName)
|
||||
DWORD WINAPI _CorValidateImage(LPCVOID* imageBase, LPCWSTR imageName)
|
||||
{
|
||||
TRACE("(%p, %s): stub\n", imageBase, debugstr_w(imageName));
|
||||
return E_FAIL;
|
||||
|
|
Loading…
Reference in a new issue