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.

65 lines
3.4 KiB

  1. #include <ntverp.h>
  2. #define VER_FILETYPE VFT_DLL
  3. #define VER_FILESUBTYPE VFT2_UNKNOWN
  4. #define VER_FILEDESCRIPTION_STR "Cyclom-Y Co-Installer"
  5. #define VER_INTERNALNAME_STR "cyycoins.dll"
  6. #define VER_ORIGINALFILENAME_STR "cyycoins.dll"
  7. #define VER_LEGALCOPYRIGHT_YEARS "2000-2001"
  8. #define VER_LEGALCOPYRIGHT_STR "Copyright (C) Cyclades Corp. " VER_LEGALCOPYRIGHT_YEARS
  9. #define VER_FILEVERSION 1,0,22,0
  10. #define VER_FILEVERSION_STR "1.0.22.0"
  11. #include "common.ver"
  12. // History
  13. //
  14. // 1.0.22.0 07/06/01 Change from RC1 DDK: Replacement of
  15. // "INCLUDES=$(DDK_INC_PATH)" by "INCLUDES=" in sources.
  16. // 1.0.17.0 04/25/01 Delete #defines for VER_COMPANYNAME_STR,
  17. // VER_PRODUCTNAME_STR, VER_PRODUCTVERSION and
  18. // VER_PRODUCTVERSION_STR to fix compilation
  19. // warnings.
  20. // 1.0.16.0 04/18/01 Just version change.
  21. // 1.0.15.0 04/17/01 Just version change.
  22. // 1.0.14.0 04/16/01 Just version change.
  23. // 1.0.13.0 04/02/01 Support to CopyMyInf removed. CopyInf used by .inf.
  24. // 1.0.12.0 03/19/01 Fix port name in the IDS_PORT_OPEN_ERROR message.
  25. // 1.0.11.0 03/14/01 Just version change.
  26. // 1.0.10.0 03/12/01 Changes for pnpports from DDK 2195 (Windows 2000) to
  27. // DDK 2416 (Whistler pre-Beta2) applied.
  28. // 1.0.9.0 03/12/01 Fix for the IDH_NOHELP html help compilation error.
  29. // 1.0.8.0 03/02/01 Just version change.
  30. // 1.0.7.0 02/27/01 ComDBResizeDatabase is called when COM is changed to a name
  31. // greater than the current ComDB database size. Otherwise
  32. // ComDBReleasePort would fail with ERROR_INVALID_PARAMETER
  33. // when this new COM name is going to be released.
  34. // Window to display Start COM selection increased.
  35. // 1.0.6.0 02/16/01 Just version change.
  36. // 1.0.5.0 12/15/01 Just version change.
  37. // 1.0.4.0 02/09/01 Just version change.
  38. // 1.0.3.0 02/01/01 Just version change.
  39. // 1.0.2.0 01/30/01 StartCOM showing 2048 ports instead 256 ports.
  40. // 01/25/01 sources file changed. Driver built with Whistler DDK 2416.
  41. // 1.0.1.0 12/06/00 Driver built with Whistler DDK (Beta1).
  42. // 1.0.0.31 10/20/00 cyycoins.hlp replaced by cyycoins.chm
  43. // 1.0.0.30 10/10/00 Upgrade of cyclom-y driver was incrementing the Cyclom-Y
  44. // instance in the FriendlyName. Problem fixed.
  45. // 1.0.0.29 - None.
  46. // 1.0.0.28 08/29/00 Debug messages from Checked build were commented out.
  47. // 1.0.0.27 07/14/00 Directive CopyINF changed to CopyMyInf.
  48. // 1.0.0.26 07/03/00 Property Page displaying Model, Bus Type and Configuration.
  49. // Property Page not showing error msg if failure in Number Of Ports.
  50. // 1.0.0.25 06/30/00 Fix bugs from 1.0.0.23.
  51. // 1.0.0.23 06/23/00 DeleteNonPresentDevices() changed to check hardware ID's instead
  52. // Service name when searching for cyclom-y.
  53. // 1.0.0.19 05/31/00 DIF_INSTALLDEVICE is removing non present devices.
  54. // GetParentIdAndRemoveChildren() created. This way, DIF_REMOVE only
  55. // needs to call GetParentIdAndRemoveChildren, and so can
  56. // DIF_INSTALLDEVICE.
  57. // 1.0.0.18 05/26/00 Friendly name shows the instance number for more then 1 board
  58. // installed.
  59. // 1.0.0.17 05/22/00 Added support to the CopyINF directive, so that the co-installer
  60. // can copy the .inf of the child devices.
  61. //