15 lines
391 B
Plaintext
15 lines
391 B
Plaintext
#ifdef APSTUDIO_INVOKED
|
|
#error this file is not editable by Microsoft Visual C++
|
|
#endif //APSTUDIO_INVOKED
|
|
|
|
// #include <windows.h>
|
|
#include <ntverp.h>
|
|
|
|
#define VER_INTERNALNAME_STR "scardssp.dll"
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Smart Card Base Service Providers"
|
|
|
|
#include "common.ver"
|
|
|