Windows 95 build 86

4.00.86
Build of Windows 95
OS familyWindows 9x
Version number4.00
Build number86
Architecturex86
Compiled on1994

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);
}