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.

39 lines
863 B

  1. /*++
  2. Copyright (c) 1998-1999 Microsoft Corporation
  3. Module Name:
  4. psched.rc
  5. Abstract:
  6. RC file for psched
  7. Author:
  8. Rajesh Sundaram (rajeshsu) 01-Aug-1998.
  9. Environment:
  10. Kernel Mode
  11. Revision History:
  12. --*/
  13. #include <windows.h>
  14. #include <ntverp.h>
  15. /*-----------------------------------------------*/
  16. /* the following lines are specific to this file */
  17. /*-----------------------------------------------*/
  18. /* VER_FILETYPE, VER_FILESUBTYPE, VER_FILEDESCRIPTION_STR
  19. * and VER_INTERNALNAME_STR must be defined before including COMMON.VER
  20. * The strings don't need a '\0', since common.ver has them.
  21. */
  22. #define VER_FILETYPE VFT_DRV
  23. #define VER_FILESUBTYPE VFT2_DRV_NETWORK
  24. #define VER_FILEDESCRIPTION_STR "MS QoS Packet Scheduler"
  25. #define VER_INTERNALNAME_STR "PSCHED.SYS"
  26. #include "common.ver"