Re: msvcr110: add a stub for __crtGetShowWindowMode
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.
4743
Age (days ago)
4743
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov