mscoree: _CorValidateImage() is a WINAPI function.

This fixes a winapi_check warning.
This commit is contained in:
Francois Gouget 2007-01-24 15:40:58 +01:00 committed by Alexandre Julliard
parent ab8d1e788a
commit 21540b7591

View file

@ -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;