Re: [PATCH] wmvcore: add WMCheckURLScheme stub
June 12, 2017
5:37 p.m.
Austin English <austinenglish(a)gmail.com> writes:
+HRESULT WINAPI WMCheckURLScheme(const WCHAR *scheme) +{ + FIXME("(%s): stub\n", wine_dbgstr_w(scheme)); + + return ERROR_INVALID_NAME;
That's not an HRESULT. -- Alexandre Julliard julliard(a)winehq.org
3209
Age (days ago)
3209
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard