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.

38 lines
616 B

  1. /*++
  2. Name:
  3. wamps.rc
  4. Abstract:
  5. Resource file for WAM object proxy stub
  6. Environment:
  7. Win32
  8. File History:
  9. David Kaplan (DaveK) 11-Apr-97
  10. --*/
  11. #include <windows.h>
  12. #include <ntverp.h>
  13. #define VER_FILETYPE VFT_DLL
  14. #define VER_FILESUBTYPE VFT2_UNKNOWN
  15. #define VER_FILEDESCRIPTION_STR "WAMREG Proxy Stub "
  16. #define VER_INTERNALNAME_STR "wamregps.dll"
  17. #define VER_ORIGINALFILENAME_STR "wamregps.dll"
  18. #define VER_LANGNEUTRAL
  19. #include <iisver.h>
  20. #include "common.ver"