Windows 95 build 87
Build of Windows 95 | |
OS family | Windows 9x |
---|---|
Version number | 4.00 |
Build number | 87 |
Architecture | x86 |
Compiled on | 1994 |
Windows 95 build 87 is a build of Windows 95. It is mentioned several times in the file INI.C
from build 116's SDK.
// 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