5 Jul
2012
5 Jul
'12
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.