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