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.

28 lines
1.0 KiB

  1. #include <windows.h>
  2. #include <ntverp.h>
  3. #define VER_FILETYPE VFT_DLL
  4. #define VER_FILESUBTYPE VFT2_UNKNOWN
  5. #define VER_FILEDESCRIPTION_STR "Microsoft IIS Web Admin"
  6. #define VER_INTERNALNAME_STR "ism.dll"
  7. #define VER_ORIGINALFILENAME_STR "ism.dll"
  8. #define VER_LANGNEUTRAL
  9. #include "common.ver"
  10. #include "htmlarc.h"
  11. LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
  12. STRINGTABLE DISCARDABLE
  13. BEGIN
  14. IDS_HTRESP_OKANS "OK"
  15. IDS_HTRESP_REDIRECT "Redirect"
  16. IDS_HTRESP_BAD_REQUEST "Bad Request"
  17. IDS_HTRESP_BAD_GATEWAY "Bad gateway"
  18. IDS_HTRESP_SERVER_ERROR "Server error"
  19. IDS_HTRESPX_DENIED "401 Access Denied"
  20. IDS_HTRESPX_SERVER_ERROR "500 Server Error"
  21. IDS_HTRESPX_NOT_FOUND "404 Object Not Found"
  22. IDS_HTRESPX_DENIED_BODY "Content-type: text/html\r\n\r\n<html>Error: Access is denied</html>"
  23. IDS_HTRESPX_NOT_FOUND_BODY "Content-type: text/html\r\n\r\n<html>Error: The requested file could not be found. </html>"
  24. END