Windows 95 Build 87
跳转到导航
跳转到搜索
| Windows 95 的版本 | |
| 操作系统系列 | Windows 9x |
|---|---|
| 内核版本 | 4.00 |
| 内部版本号 | 87 |
| 体系结构 | x86 |
| 编译日期 | 1994 年 |
Windows 95 Build 87 是 Windows 95 的版本。在 Build 116 的 SDK 的 INI.C 文件中多次提到它。
// MyGetPrivateProfileSection - Hack to get around bug in Build 87
...
// Currently use MyGetPrivateProfileSection, since
// GetPrivateProfileSection is busted in build 87.
...
/**************************************************************
STYLE POLICE WARNING!!!
The code after this block is TEMPORARY hack code
to get around the fact that GetPrivateProfileSection
in build 87 returns a null string no matter what.
It will come out AS SOON as the API is fixed,
and therefore I am not going to comment/style-ize this
unless we end up needing to ship it (which would
be both bugs and sad).
**************************************************************/
...
// This hacky function does the same thing as GetPrivateProfileSection
// which seems to be broken in build 87