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.

28 lines
823 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // File: cmroute.rc
  4. //
  5. // Module: CMROUTE.DLL
  6. //
  7. // Synopsis: Resource script
  8. //
  9. // Copyright (c) 1999 Microsoft Corporation
  10. //
  11. // Author: quintinb created header 08/17/99
  12. //
  13. //+----------------------------------------------------------------------------
  14. #include <windows.h>
  15. #include "pnpuverp.h"
  16. #include "cmprdver.h"
  17. #define VER_FILETYPE VFT_DLL
  18. #define VER_FILESUBTYPE VFT2_UNKNOWN
  19. #define VER_FILEDESCRIPTION_STR "Routing connection action"
  20. #define VER_INTERNALNAME_STR "CMROUTE"
  21. #define VER_ORIGINALFILENAME_STR "CMROUTE.DLL"
  22. #include <common.ver>
  23. /////////////////////////////////////////////////////////////////////////////