Source code of Windows XP (NT5)
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.

38 lines
786 B

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