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.

43 lines
1.1 KiB

  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. server appliance port driver.
  14. Author:
  15. Wesley Witt (wesw) 1-Oct-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 "Server Appliance Port Driver"
  25. #define VER_INTERNALNAME_STR "saport.sys"
  26. #define VER_ORIGINALFILENAME_STR "saport.sys"
  27. #define VER_LANGNEUTRAL
  28. #include "common.ver"