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.

22 lines
669 B

  1. /*++
  2. Copyright (c) 2002 - 2002 Microsoft Corporation. All Rights Reserved.
  3. THIS CODE AND INFORMATION IS PROVIDED "AS-IS" WITHOUT WARRANTY OF
  4. ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  5. THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  6. PARTICULAR PURPOSE.
  7. THIS CODE IS NOT SUPPORTED BY MICROSOFT.
  8. --*/
  9. #include <windows.h>
  10. #include <ntverp.h>
  11. #define VER_FILETYPE VFT_APP
  12. #define VER_FILEDESCRIPTION_STR "HTTP API Configuration Utility"
  13. #define VER_INTERNALNAME_STR "httpcfg.exe"
  14. #define VER_FILESUBTYPE VFT_UNKNOWN
  15. #include <common.ver>
  16. #include "nlstxt.rc"