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.

37 lines
593 B

  1. /*++
  2. Copyright (c) 1997 Microsoft Corporation
  3. Module Name:
  4. binl.rc
  5. Abstract:
  6. Resource contents.
  7. Author:
  8. Colin Watson (colinw) 14-Apr-1997
  9. Environment:
  10. User Mode - Win32
  11. Revision History:
  12. --*/
  13. #include <windows.h>
  14. #include <ntverp.h>
  15. #define VER_FILETYPE VFT_DLL
  16. #define VER_FILESUBTYPE VFT2_UNKNOWN
  17. #define VER_FILEDESCRIPTION_STR "BINL Service"
  18. #define VER_INTERNALNAME_STR "binlsvc.dll"
  19. #define VER_ORIGINALFILENAME_STR "binlsvc.dll"
  20. #include "common.ver"
  21. #include "binlmsg.rc"