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.

19 lines
711 B

  1. #include <windows.h>
  2. #include <ntverp.h>
  3. /*-----------------------------------------------*/
  4. /* the following lines are specific to this file */
  5. /*-----------------------------------------------*/
  6. /* VER_FILETYPE, VER_FILESUBTYPE, VER_FILEDESCRIPTION_STR
  7. * and VER_INTERNALNAME_STR must be defined before including COMMON.VER
  8. * The strings don't need a '\0', since common.ver has them.
  9. */
  10. #define VER_FILETYPE VFT_DRV
  11. #define VER_FILESUBTYPE VFT2_DRV_NETWORK
  12. #define VER_FILEDESCRIPTION_STR "Microsoft Slip Deframing Filter Minidriver"
  13. #define VER_INTERNALNAME_STR "slip.sys"
  14. #define VER_ORIGINALFILENAME_STR "slip.sys"
  15. #include "common.ver"