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.