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.

31 lines
756 B

  1. /////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1999 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // ClNetResEx.ver
  7. //
  8. // Abstract:
  9. // Version resource for DHCP Service and WINS Service resource Cluster
  10. // Administrator extension DLL.
  11. //
  12. // Author:
  13. // David Potter (davidp) March 24, 1999
  14. //
  15. // Revision History:
  16. //
  17. // Notes:
  18. //
  19. /////////////////////////////////////////////////////////////////////////////
  20. #include <windows.h>
  21. #include <winver.h>
  22. #include <clusverp.h>
  23. #define VER_FILETYPE VFT_APP
  24. #define VER_FILESUBTYPE VFT2_UNKNOWN
  25. #define VER_FILEDESCRIPTION_STR "DHCP and WINS Service Cluster Administrator extension DLL"
  26. #define VER_INTERNALNAME_STR "CLNETRESEX\0"
  27. #include <common.ver>