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
730 B

  1. /// Copyright (C) Microsoft Corporation, 1999.
  2. #include "settings.rc"
  3. /////////////////////////////////////////////////////////////////////////////
  4. //
  5. // Version
  6. //
  7. // version information.
  8. #undef VER_PRODUCTNAME_STR
  9. #include <windows.h>
  10. #include <ntverp.h>
  11. #undef VER_PRODUCTNAME_STR
  12. #define VER_PRODUCTNAME_STR "Microsoft Synchronization Manager\0"
  13. #define VER_COMMENT_STR "Microsoft Synchronization Manager\0"
  14. #define VER_FILEDESCRIPTION_STR "Microsoft Synchronization Manager\0"
  15. #define VER_FILETYPE VFT_DLL
  16. #define VER_FILESUBTYPE VFT2_UNKNOWN
  17. #define VER_INTERNALNAME_STR "mobsync.dll"
  18. #define VER_ORIGINALFILENAME_STR "mobsync.dll"
  19. #include <common.ver>