18 Mar
2013
18 Mar
'13
6:57 p.m.
Austin English <austinenglish(a)gmail.com> wrote:
+int CDECL __crtGetShowWindowMode(void) +{ + FIXME(": stub!\n"); + return 0; +}
Isn't it supposed to return SW_SHOW and other SW_xxx commands, specified at process creation time (SW_SHOWDEFAULT)? In that case returning 0 (SW_HIDE) is not a very good choice. -- Dmitry.