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.

57 lines
2.9 KiB

  1. #include <ntverp.h>
  2. #define VER_FILETYPE VFT_DLL
  3. #define VER_FILESUBTYPE VFT2_UNKNOWN
  4. #define VER_FILEDESCRIPTION_STR "Cyclom-Y Port Advanced Dialog"
  5. #define VER_INTERNALNAME_STR "cyyports.dll\0"
  6. #define VER_ORIGINALFILENAME_STR "cyyports.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,25,0
  10. #define VER_FILEVERSION_STR "1.0.25.0"
  11. #include "common.ver"
  12. // History
  13. //
  14. // 1.0.25.0 12/12/01 FillPortNameCb was also using uninitialized 'portsReported'.
  15. // 1.0.24.0 - No change.
  16. // 1.0.23.0 09/14/01 Fix for PREFIX: EnactComNameChanges using uninitialized
  17. // memory 'portsReported'
  18. // 1.0.22.0 07/06/01 Change from RC1 DDK: Replacement of
  19. // "INCLUDES=$(DDK_INC_PATH)" by "INCLUDES=" in sources.
  20. // 1.0.17.0 04/25/01 Delete #defines for VER_COMPANYNAME_STR,
  21. // VER_PRODUCTNAME_STR, VER_PRODUCTVERSION and
  22. // VER_PRODUCTVERSION_STR to fix compilation
  23. // warnings.
  24. // 1.0.16.0 04/18/01 Just version change.
  25. // 1.0.15.0 04/17/01 Just version change.
  26. // 1.0.14.0 04/16/01 Just version change.
  27. // 1.0.13.0 04/02/01 Just version change.
  28. // 1.0.12.0 03/19/01 Just version change.
  29. // 1.0.11.0 03/14/01 Just version change.
  30. // 1.0.10.0 03/12/01 Changes for pnpports from DDK 2195 (Windows 2000) to
  31. // DDK 2416 (Whistler pre-Beta2) applied.
  32. // 1.0.9.0 03/12/01 Just version change.
  33. // 1.0.8.0 03/02/01 Just version change.
  34. // 1.0.7.0 02/27/01 ComDBReleasePort was failing with ERROR_INVALID_PARAMETER
  35. // when ComNumber was above COM256. This was fixed by calling
  36. // ComDBResizeDatabase when the COM number had to be changed
  37. // to a value greater than the current ComDB size.
  38. // ComDBGetCurrentPortUsage also needed to be called after
  39. // ComDB resize, to reflect the new port usage.
  40. // Window to display COM Port Number selection increased.
  41. // 1.0.6.0 02/16/01 Just version change.
  42. // 1.0.5.0 02/15/01 Just version change.
  43. // 1.0.4.0 02/09/01 Just version change.
  44. // 1.0.3.0 02/01/01 Just version change.
  45. // 1.0.2.0 01/30/01 COM Port Number in Advanced Settings changed to support
  46. // 2048 ports.
  47. // 01/25/01 sources file changed. Driver built with Whistler DDK 2416.
  48. // 1.0.1.0 12/06/00 Driver built with Whistler DDK (Beta1).
  49. // 1.0.0.29 09/25/00 Added support to 64-bit environment.
  50. // 1.0.0.28 08/29/00 Library name "CYYPORT.DLL" changed to "CYYPORTS.DLL".
  51. // Debug messages from Checked build commented out.
  52. // 1.0.0.18 05/26/00 cyyports.dll became also a co-installer for cyyport to enable
  53. // replacement of friendly name to show board friendly name.