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.

32 lines
985 B

  1. /**********************************************************************/
  2. /** Microsoft Windows NT **/
  3. /** Copyright(c) Microsoft Corp., 1992 **/
  4. /**********************************************************************/
  5. /*
  6. * infoadmn.rc
  7. * Resources for the FTP client dll.
  8. *
  9. *
  10. * FILE HISTORY
  11. * Madan Appiah (madana) 10-Oct-1995 Created.
  12. */
  13. #include <windows.h>
  14. #include <ntverp.h>
  15. #define VER_FILETYPE VFT_DLL
  16. #define VER_FILESUBTYPE VFT2_UNKNOWN
  17. #define VER_FILEDESCRIPTION_STR "Internet Info Server Admin Client API Stubs"
  18. #ifndef _EXEXPRESS
  19. #define VER_INTERNALNAME_STR "infoadmn.dll"
  20. #define VER_ORIGINALFILENAME_STR "infoadmn.dll"
  21. #else
  22. #define VER_INTERNALNAME_STR "knfoadmn.dll"
  23. #define VER_ORIGINALFILENAME_STR "knfoadmn.dll"
  24. #endif
  25. #include "iisver.h"
  26. #include "common.ver"
  27.