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.

25 lines
790 B

  1. //#--------------------------------------------------------------
  2. //
  3. // File: http.rc
  4. //
  5. // Copyright (C) 1999-2000 Microsoft Corporation
  6. // All rights reserved.
  7. //
  8. //#--------------------------------------------------------------
  9. /////////////////////////////////////////////////////////////////////////////
  10. //
  11. // Message Table Info
  12. //
  13. /////////////////////////////////////////////////////////////////////////////
  14. #include "httpsvc.rc"
  15. #include "saverp.h"
  16. #define VER_FILETYPE VFT_DLL
  17. #define VER_FILESUBTYPE VFT2_UNKNOWN
  18. #define VER_FILEDESCRIPTION_STR "Microsoft Server Appliance HTTP Services Plugin"
  19. #define VER_INTERNALNAME_STR "HTTPSVC.DLL"
  20. #define VER_ORIGINALFILENAME_STR "HTTPSVC.DLL"
  21. #include <common.ver>