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.

27 lines
744 B

  1. /*----------------------------------------------------------------------------
  2. pbserver.rc
  3. Resource script
  4. Copyright (c) 1998 Microsoft Corporation
  5. All rights reserved.
  6. Authors:
  7. byao Baogang Yao
  8. History:
  9. ??/??/97 byao Created
  10. 09/02/99 quintinb Created Header
  11. --------------------------------------------------------------------------*/
  12. #include "cpsprdver.h"
  13. #define VER_FILETYPE VFT_DLL
  14. #define VER_FILESUBTYPE VFT2_UNKNOWN
  15. #define VER_FILEDESCRIPTION_STR "Phone Book Service"
  16. #define VER_INTERNALNAME_STR "PBSERVER"
  17. #define VER_ORIGINALFILENAME_STR "PBSERVER.DLL"
  18. #include <common.ver>