Source code of Windows XP (NT5)
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.

30 lines
926 B

  1. // BOS/SBS Upgrade Strings
  2. #include "resource.h"
  3. #include "windows.h"
  4. /////////////////////////////////////////////////////////////////////////
  5. // String Table
  6. /////////////////////////////////////////////////////////////////////////
  7. STRINGTABLE DISCARDABLE
  8. BEGIN
  9. IDS_Bos45Msg "BackOffice Server 4.5"
  10. IDS_Bos40Msg "BackOffice Server 4.0"
  11. IDS_Bos25Msg "BackOffice Server 2.5"
  12. IDS_Sbs45Msg "Small Business Server 4.5"
  13. IDS_Sbs40Msg "Small Business Server 4.0"
  14. IDS_Sbs40AMsg "Small Business Server 4.0"
  15. IDS_SbsRestMsg "Small Business Server"
  16. IDS_Exchange "Exchange Server"
  17. END
  18. #include <ntverp.h>
  19. #define VER_FILETYPE VFT_DLL
  20. #define VER_FILESUBTYPE VFT2_UNKNOWN
  21. #define VER_FILEDESCRIPTION_STR "BOS/SBS Compliancy dll"
  22. #define VER_INTERNALNAME_STR "boscomp\0"
  23. #define VER_ORIGINALFILENAME_STR "boscomp.dll"
  24. #include <common.ver>