话说微软源代码的泄露问题

来源:百度知道 编辑:UC知道 时间:2024/09/23 00:28:10
谁有微软泄露出来的源代码?恳请分享一下。
联系方式:san-shengshi@163.com
谢谢合作,不胜感谢。
最近微软的源码被人泄露了。请不知道的上网看看。

#ifdef WPRFLAG
startinfo.newmode = _newmode;

argret = __wgetmainargs(&argc, &argv, &envp,
_dowildcard, &startinfo);
#else /* WPRFLAG */
startinfo.newmode = _newmode;

argret = __getmainargs(&argc, &argv, &envp,
_dowildcard, &startinfo);
#endif /* WPRFLAG */
if (argret < 0)
_amsg_exit(_RT_SPACEARG);

/*
* do C++ constructors (initializers) specific to this EXE
*/
_initterm( __xc_a, __xc_z );

#ifdef _WINMAIN_
/*
* Skip past program name (first token in command line).
* Check for and handle quoted program name.
*/
#ifdef WPRFLAG
/* OS may not support "W" flavors */
if (_wcmdln == NULL)<