msvcr110: add a stub for __crtGetShowWindowMode

Dmitry Timoshkov dmitry at baikal.ru
Mon Mar 18 18:57:44 CDT 2013


Austin English <austinenglish at 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.



More information about the wine-devel mailing list