Windows 95 build 86
Build of Windows 95 | |
OS family | Windows 9x |
---|---|
Version number | 4.00 |
Build number | 86 |
Architecture | x86 |
Compiled on | 1994 |
Windows 95 build 86 is a build of Windows 95. It is mentioned in the file DEFCLSF.C
from build 116's SDK.
// BUGBUG: remove this for build 86 STDAPI Shell_CreateDefClassObject(REFIID riid, LPVOID FAR* ppv, LPFNCREATEINSTANCE lpfnCI, UINT FAR * pcRefDll, REFIID riidInst) { MessageBeep(0); // DebugMsg(DM_TRACE, "Shell_CreateDefClassObject: obsolete, use SHCreateDefClassObject"); return SHCreateDefClassObject(riid, ppv, lpfnCI, pcRefDll, riidInst); }