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.

24 lines
485 B

  1. /*++
  2. winntmig.rc
  3. Copyright (c) 2001 Microsoft Corporation
  4. Resources for Windows NT Fax Server Migration DLL.
  5. Author:
  6. Jonathan Barner, Dec. 2001
  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 " Migration DLL"
  13. #define VER_INTERNALNAME_STR "MIGRATE.DLL"
  14. #define VER_ORIGINALFILENAME_STR "MIGRATE.DLL"
  15. #include "cvernum.h"
  16. #include "cometver.rc"