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.

23 lines
724 B

  1. #include <windows.h>
  2. #include <ntverp.h>
  3. #include "resource.h"
  4. #define VER_FILETYPE VFT_DLL
  5. #define VER_FILESUBTYPE VFT_UNKNOWN
  6. #define VER_FILEDESCRIPTION_STR "Fax Tiff Data Column Provider"
  7. #define VER_INTERNALNAME_STR "FaxShell"
  8. #define VER_ORIGINALFILENAME_STR "faxshell.dll"
  9. #include <common.ver>
  10. STRINGTABLE DISCARDABLE
  11. BEGIN
  12. IDS_COL_SENDERNAME "Sender Name"
  13. IDS_COL_RECIPIENTNAME "Recipient Name"
  14. IDS_COL_RECIPIENTNUMBER "Recipient Number"
  15. IDS_COL_CSID "Csid"
  16. IDS_COL_TSID "Tsid"
  17. IDS_COL_RECEIVETIME "Transmission Time"
  18. IDS_COL_CALLERID "Caller Id"
  19. IDS_COL_ROUTING "Routing"
  20. END