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.

30 lines
857 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // File: icmphbk.rc
  4. //
  5. // Module: CMPBK32.DLL
  6. //
  7. // Synopsis: Version resources
  8. //
  9. // Copyright (c) 1998-1999 Microsoft Corporation
  10. //
  11. // Author: quintinb created header 08/17/99
  12. //
  13. //+----------------------------------------------------------------------------
  14. //
  15. // winver.h, ntverp.h and common.ver contain the build
  16. // version info and are part of the NT src tree.
  17. //
  18. #include "pnpuverp.h"
  19. #include "cmprdver.h"
  20. #define VER_FILETYPE VFT_DLL
  21. #define VER_FILESUBTYPE VFT2_UNKNOWN
  22. #define VER_FILEDESCRIPTION_STR "Microsoft Connection Manager Phonebook"
  23. #define VER_INTERNALNAME_STR "CMPBK32"
  24. #define VER_ORIGINALFILENAME_STR "CMPBK32.dll"
  25. #include <common.ver>