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.

37 lines
615 B

  1. /*++
  2. Name:
  3. gdmib.rc
  4. Abstract:
  5. Specifies Resource information for Gopher Server MIB Extension DLL
  6. Environment:
  7. UserMode -- Win32
  8. File History:
  9. Murali R. Krishnan ( MuraliK) 22-Feb-1995
  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 "Gopher Server SNMP Agent"
  16. #define VER_INTERNALNAME_STR "gdmib.dll"
  17. #define VER_ORIGINALFILENAME_STR "gdmib.dll"
  18. #include "iisver.h"
  19. #include "common.ver"
  20.