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.

19 lines
415 B

  1. #include <windows.h>
  2. #include <ntverp.h>
  3. #define VER_FILETYPE VFT_DLL
  4. #define VER_FILESUBTYPE VFT2_UNKNOWN
  5. #if SPECIAL_WIN98SE_BUILD
  6. #define VER_FILEDESCRIPTION_STR "Remote NDIS USB Driver for Windows 98/SE"
  7. #else
  8. #define VER_FILEDESCRIPTION_STR "Remote NDIS USB Driver"
  9. #endif
  10. #define VER_INTERNALNAME_STR "usb8023.sys"
  11. #define VER_ORIGINALFILENAME_STR "usb8023.sys"
  12. #include "common.ver"