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