Leaked source code of windows server 2003
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
#include <ntverp.h>
#define VER_FILETYPE VFT_DLL #define VER_FILESUBTYPE VFT2_UNKNOWN #define VER_FILEDESCRIPTION_STR "Cyclades-Z Port Advanced Dialog" #define VER_INTERNALNAME_STR "cyzports.dll\0" #define VER_ORIGINALFILENAME_STR "cyzports.dll" #define VER_LEGALCOPYRIGHT_YEARS "2000-2001" #define VER_LEGALCOPYRIGHT_STR "Copyright (C) Cyclades Corp. " VER_LEGALCOPYRIGHT_YEARS #define VER_FILEVERSION 1,0,20,0 #define VER_FILEVERSION_STR "1.0.20.0"
#include "common.ver"
// History // // 1.0.20.0 12/12/01 EnactComNameChanges and FillPortNameCb were using // uninitialized 'portsReported' variable. // 1.0.18.0 07/06/01 Change from RC1 DDK: Replacement of // "INCLUDES=$(DDK_INC_PATH)" by "INCLUDES=" in sources. // 1.0.13.0 04/25/01 Delete #defines for VER_COMPANYNAME_STR, // VER_PRODUCTNAME_STR, VER_PRODUCTVERSION and // VER_PRODUCTVERSION_STR to fix compilation // warnings. // 1.0.12.0 04/18/01 Just version change. // 1.0.11.0 04/16/01 Just version change. // 1.0.10.0 04/02/01 Just version change. // 1.0.9.0 03/19/01 Just version change. // 1.0.8.0 03/14/01 Just version change. // 1.0.7.0 03/12/01 Changes for pnpports from DDK 2195 (Windows 2000) to DDK // 2416 (Whistler pre-Beta2) applied. // 1.0.6.0 03/12/01 cyzhelp.h change. // 1.0.5.0 03/02/01 Just version change. // 1.0.4.0 02/27/01 ComDBReleasePort was failing with ERROR_INVALID_PARAMETER // when ComNumber was above COM256. This was fixed by calling // ComDBResizeDatabase when the COM number had to be changed // to a value greater than the current ComDB size. // ComDBGetCurrentPortUsage also needed to be called after // ComDB resize, to reflect the new port usage. // 1.0.3.0 02/22/01 Just version change. // 1.0.2.0 01/30/01 COM Port Number in Advanced Settings changed to support // 2048 ports. // 01/25/01 sources file changed. Driver built with Whistler DDK 2416. // 1.0.1.0 12/06/00 Driver built with Whistler DDK (Beta1). // 1.0.0.13 10/20/00 cyzcoins.hlp replaced by cyzcoins.chm. // 1.0.0.10 09/25/00 Added support to 64-bit environment. // 1.0.0.8 08/10/00 Using ports.rc from version 1.0.0.6 (cyz080500.zip), and showing // only "Return Write status only after firmware buffer empty" instead // of "Enable RRAS Optimization". // 1.0.0.7 08/08/00 Creation of "Return Write status only after firmware buffer empty" // check box. Also, re-load driver when either "Return Write status..." // or "Enable RRAS Optimization" is changed. // Removal of trace messages in checked build. // 1.0.0.6 08/04/00 Creation of "Enable RRAS Optimization" check box. // Use cyzcoins.hlp instead devmgr.hlp in the Advanced Dialog Box. // 1.0.0.5 07/26/00 Initial version of cyzports.dll.
|