Re: kernel32: add a stub for WerSetFlags
July 5, 2012
8:26 a.m.
Austin English <austinenglish(a)gmail.com> wrote:
+HRESULT WINAPI WerSetFlags(DWORD flags) +{ + FIXME("(%d) stub!\n", flags); + return E_NOTIMPL; +}
1. 'flags' is unsigned 2. if it's supposed to be bit flags then printing it in decimal is not helpful. -- Dmitry.
5011
Age (days ago)
5011
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov