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.

31 lines
767 B

  1. /*++
  2. migrate.rc
  3. Copyright (c) 1997 Microsoft Corporation
  4. Resources for Windows 9x -> Windows NT migration DLL.
  5. Author:
  6. Brian Dewey (t-briand) 1997-8-19
  7. --*/
  8. #include <windows.h>
  9. #include <ntverp.h>
  10. #include "resource.h"
  11. #define VER_FILETYPE VFT_APP
  12. #define VER_FILESUBTYPE VFT2_UNKNOWN
  13. #define VER_FILEDESCRIPTION_STR "Microsoft Fax Migration DLL"
  14. #define VER_INTERNALNAME_STR "migrate.dll\0"
  15. #define VER_ORIGINALFILENAME_STR "migrate.dll\0"
  16. #include "common.ver"
  17. STRINGTABLE
  18. BEGIN
  19. IDS_ID "Microsoft FAX Migration DLL"
  20. IDS_NTINFNAME "%SystemRoot%\\fax95upg.inf"
  21. IDS_FAXSTORE "%windir%\\FaxStoreFooBar"
  22. END
  23. #include "msg.rc"