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.

26 lines
435 B

  1. /*++
  2. Copyright (c) 1999 Microsoft Corporation
  3. Module Name:
  4. version.h
  5. Abstract:
  6. Revision History:
  7. --*/
  8. #pragma once
  9. #include <ntverp.h>
  10. #include <winver.h>
  11. #define VER_FILETYPE VFT_APP
  12. #define VER_FILESUBTYPE VFT2_UNKNOWN
  13. #define VER_FILEDESCRIPTION_STR "Web DAV Client DLL"
  14. #define VER_INTERNALNAME_STR "davclnt.dll"
  15. #include <common.ver>