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.

37 lines
1.5 KiB

  1. /* File: D:\WACKER\term\version.h (Created: 5-May-1994)
  2. *
  3. * Copyright 1994 by Hilgraeve Inc. -- Monroe, MI
  4. * All rights reserved
  5. *
  6. * $Revision: 13 $
  7. * $Date: 12/27/01 2:13p $
  8. */
  9. #include <winver.h>
  10. #include <ntverp.h>
  11. #include "..\tdll\features.h"
  12. /* ----- Version Information defines ----- */
  13. #if defined(NT_EDITION)
  14. /* Use this code when building the Microsoft Version */
  15. #define IDV_FILEVER VER_PRODUCTVERSION
  16. #define IDV_PRODUCTVER VER_PRODUCTVERSION
  17. #define IDV_FILEVERSION_STR VER_PRODUCTVERSION_STRING
  18. #define IDV_PRODUCTVERSION_STR VER_PRODUCTVERSION_STRING
  19. #else
  20. /* Use this code when building the Hilgraeve Private Edition */
  21. #define IDV_FILEVER 6,0,4,0
  22. #define IDV_PRODUCTVER 6,0,4,0
  23. #define IDV_FILEVERSION_STR "6.4\0"
  24. #define IDV_PRODUCTVERSION_STR "6.4\0"
  25. #endif
  26. /* Use this code when building all versions */
  27. #define IDV_COMPANYNAME_STR "Hilgraeve, Inc.\0"
  28. #define IDV_LEGALCOPYRIGHT_STR "Copyright \251 Hilgraeve, Inc. 2002\0"
  29. #define IDV_LEGALTRADEMARKS_STR "HyperTerminal \256 is a registered trademark of Hilgraeve, Inc. Microsoft\256 is a registered trademark of Microsoft Corporation. Windows\256 is a registered trademark of Microsoft Corporation.\0"
  30. #define IDV_PRODUCTNAME_STR VER_PRODUCTNAME_STR
  31. #define IDV_COMMENTS_STR "HyperTerminal \256 was developed by Hilgraeve, Inc.\0"