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.

29 lines
941 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1997 - 1999
  6. //
  7. // File: version.h
  8. //
  9. //--------------------------------------------------------------------------
  10. // Resources for the common version chunk
  11. #ifndef APSTUDIO_INVOKED
  12. /////////////////////////////////////////////////////////////////////////////
  13. //
  14. // Generated from the TEXTINCLUDE 3 resource.
  15. //
  16. #define VER_FILETYPE VFT_DLL
  17. #define VER_FILESUBTYPE VFT_UNKNOWN
  18. #define VER_FILEDESCRIPTION_STR "Directory Service Security UI"
  19. #define VER_INTERNALNAME_STR "dssec"
  20. #define VER_LEGALCOPYRIGHT_YEARS "1996"
  21. #define VER_ORIGINALFILENAME_STR "dssec.dll"
  22. #include <ntverp.h>
  23. #include <common.ver>
  24. /////////////////////////////////////////////////////////////////////////////
  25. #endif // not APSTUDIO_INVOKED