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.

34 lines
700 B

  1. /*++
  2. migrate.rc
  3. Copyright (c) 1997 Microsoft Corporation
  4. Resources for W9x Fax Server Migration DLL.
  5. Author:
  6. Brian Dewey (t-briand) 1997-8-19
  7. --*/
  8. #include <windows.h>
  9. #include "resource.h"
  10. #include <FaxName.h>
  11. #define VER_FILETYPE VFT_DLL
  12. #define VER_FILEDESCRIPTION_STR FAX_FULL_NAME " Fax Migration DLL"
  13. #define VER_INTERNALNAME_STR "MIGRATE.DLL"
  14. #define VER_ORIGINALFILENAME_STR "MIGRATE.DLL"
  15. #include "cvernum.h"
  16. #include "cometver.rc"
  17. STRINGTABLE
  18. BEGIN
  19. MSG_VI_COMPANY_NAME "Microsoft"
  20. MSG_VI_SUPPORT_NUMBER ""
  21. MSG_VI_SUPPORT_URL "http:\\\\www.microsoft.com"
  22. MSG_VI_INSTRUCTIONS ""
  23. END