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.

21 lines
595 B

  1. /****************************** Module Header ******************************\
  2. * Module Name: res.rc
  3. *
  4. * Copyright (c) 1999, Microsoft Corporation
  5. *
  6. * Main regsvc resource file.
  7. *
  8. * History:
  9. * 26-May-99 dragoss Created.
  10. \***************************************************************************/
  11. #include <ntverp.h>
  12. #define VER_FILETYPE VFT_APP
  13. #define VER_FILESUBTYPE VFT2_UNKNOWN
  14. #define VER_FILEDESCRIPTION_STR "Remote Registry Service"
  15. #define VER_INTERNALNAME_STR "regsvc\0"
  16. #define VER_ORIGINALFILENAME_STR "REGSVC.DLL"
  17. #include "winver.h"
  18. #include "common.ver"