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.

44 lines
928 B

  1. /*++
  2. Copyright (c) 1991 - 1993 Microsoft Corporation
  3. Module Name:
  4. ## # ## ##### ##### ####
  5. ## ### ## ## ## ## ## ## #
  6. ## ### ## ## ## ## ## ##
  7. ## # # ## ## ## ##### ##
  8. ### ### ## ## #### ##
  9. ### ### ## ## ## ## ## ## #
  10. ## ## ##### ## ## ## ####
  11. Abstract:
  12. This header contains all resource definitions for the
  13. watchdog driver.
  14. Author:
  15. Wesley Witt (wesw) 23-Jan-2001
  16. Environment:
  17. Kernel mode only.
  18. Notes:
  19. --*/
  20. #include <windows.h>
  21. #include <ntverp.h>
  22. #define VER_FILETYPE VFT_DRV
  23. #define VER_FILESUBTYPE VFT2_DRV_SYSTEM
  24. #define VER_FILEDESCRIPTION_STR "Microsoft Watchdog Timer Driver"
  25. #define VER_INTERNALNAME_STR "wd.sys"
  26. #define VER_ORIGINALFILENAME_STR "wd.sys"
  27. #define VER_LANGNEUTRAL
  28. #include "common.ver"
  29. RCINCLUDE eventmsg.rc