Windows Me Build 2359 是 Windows Me 的未泄露的开发者发布(Developer Release)版本。在泄露的 Windows XP SP1Windows Server 2003 源代码中位于 net\1394\arp\sys 的文件 notes.txt 中提到了它。鉴于日期为 1999 年 8 月 23 日,这将是在 Developer Release 3(Build 2358)和 Developer Release 4(Build 2363)之间编译的,因此在内部版本号中键入的“4”绝对是一个拼写错误。

4.90.2359
Windows Me 的版本
屏幕截图
操作系统系列Windows 9x
内核版本4.90
内部版本号2359
体系结构x86
编译日期1999 年
08/23/1999  JosephJ Got arp1394.sys to load in Windows Millennium, build 23459...
	This is with modified mstcp.dll and nettrans.inf that recognize the new
	nic upper binding "ndis1394".
	But arp1394.sys is s failing initialization because 
	arpCfgReadAdapterConfiguration is failing, which we would expect to ALWAYS
	fail (even on w2k) because it's looking for subkey ATMARPC, which doesn't exist.
	Perhaps it's because  arpCfgReadAdapterConfiguration calls
	NdisOpenConfigurationKeyByName which on w2k returns success
	 (but sets *pInterfaceConfigHandle to NULL) if the key doesn't exist.
	It so happens that arpGetInterfaceConfiguration, which calls
	arpCfgReadAdapterConfiguration, *can* deal with this somewhat indirect
	failure mechanism without returning failure, but if
	arpCfgReadAdapterConfiguration *were* to return failure, it returns failure.

	I'm going to change arpGetInterfaceConfiguration so that it ignores
	arpCfgReadAdapterConfiguration returning failure.