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.

35 lines
563 B

  1. /*++
  2. Name:
  3. wamreg.rc
  4. Abstract: Resource file for WAM Registration
  5. Environment:
  6. File History:
  7. Murali R. Krishnan ( MuraliK) 18-Apr-1997
  8. --*/
  9. #include <windows.h>
  10. #include <ntverp.h>
  11. #define VER_FILETYPE VFT_DLL
  12. #define VER_FILESUBTYPE VFT2_UNKNOWN
  13. #define VER_FILEDESCRIPTION_STR "WAM Registration DLL "
  14. #define VER_INTERNALNAME_STR "wamreg.dll"
  15. #define VER_ORIGINALFILENAME_STR "wamreg.dll"
  16. #include "iisver.h"
  17. #include "common.ver"