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
848 B

  1. // Copyright (c) 1995-1999 Microsoft Corporation
  2. #include "windows.h"
  3. #if WINNT
  4. #include <ntverp.h>
  5. #else
  6. #include <version.h>
  7. #endif
  8. #define VER_FILEDESCRIPTION_STR "Microsoft\256 Windows(TM) Telephony API Client DLL"
  9. #define VER_INTERNALNAME_STR "tapi32"
  10. #define VER_ORIGINALFILENAME_STR "TAPI32.DLL"
  11. //#define VER_LEGALCOPYRIGHT_STR "Copyright \251 Microsoft Corporation 1995. Portions Copyright Intel/Microsoft 1992-93. All Rights Reserved."
  12. //#define VER_LEGALCOPYRIGHT_STR "Copyright \251 Microsoft Corporation 1996. All Rights Reserved."
  13. #define VER_LEGALCOPYRIGHT_YEARS "1996-97"
  14. #define VER_FILETYPE VFT_DLL
  15. #define VER_FILESUBTYPE VFT2_UNKNOWN
  16. #include <common.ver>
  17. #include "resource.h"
  18. STRINGTABLE DISCARDABLE
  19. BEGIN
  20. IDS_DEFAULT_STATUS "In service"
  21. IDS_LOGONDESKNAME "Winlogon"
  22. END