nonpnp.rc 289 B

123456789
  1. #include <windows.h>
  2. #define VER_FILETYPE VFT_DRV
  3. #define VER_FILESUBTYPE VFT2_DRV_SYSTEM
  4. #define VER_FILEDESCRIPTION_STR "KMDF Driver"
  5. #define VER_INTERNALNAME_STR "nonpnp.sys"
  6. #define VER_ORIGINALFILENAME_STR "nonpnp.sys"
  7. #include "common.ver"