Windows2003-3790/drivers/smartcrd/scutil/scutil.rc
2020-09-30 16:53:55 +02:00

13 lines
363 B
Plaintext

#include <windows.h>
#include <filter.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_DRV
#define VER_FILESUBTYPE VFT2_DRV_SYSTEM
#define VER_FILEDESCRIPTION_STR "Smartcard Reader Utility Library"
#define VER_INTERNALNAME_STR "scutil.lib"
#define VER_ORIGINALFILENAME_STR "scutil.lib"
#include "common.ver"