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

  1. //+----------------------------------------------------------------------------
  2. //
  3. // File: pbsnetoc.rc
  4. //
  5. // Module: PBSNETOC.EXE
  6. //
  7. // Synopsis: Resource script
  8. //
  9. // Copyright (c) 1999 Microsoft Corporation
  10. //
  11. // Author: sumitc created header 06/11/2002
  12. //
  13. //+----------------------------------------------------------------------------
  14. #include "cpsprdver.h"
  15. #define VER_FILETYPE VFT_DLL
  16. #define VER_FILESUBTYPE VFT2_UNKNOWN
  17. #define VER_FILEDESCRIPTION_STR "Installer EXE for pbserver"
  18. #define VER_INTERNALNAME_STR "PBSNETOC"
  19. #define VER_ORIGINALFILENAME_STR "PBSNETOC.EXE"
  20. #include <common.ver>
  21. /////////////////////////////////////////////////////////////////////////////