16 lines
326 B
Plaintext
16 lines
326 B
Plaintext
|
|
#include <windows.h>
|
|
|
|
#include <ntverp.h>
|
|
#include <version.h>
|
|
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Point Of Sale Service Library"
|
|
#define VER_INTERNALNAME_STR "oposserv.dll"
|
|
#define VER_ORIGINALFILENAME_STR "oposserv.dll"
|
|
|
|
#include <common.ver>
|
|
|