9 lines
241 B
Plaintext
9 lines
241 B
Plaintext
#include <winres.h>
|
|
|
|
#define VER_DESCRIPTION_STR "MST120 Library\0"
|
|
#define VER_INTERNALNAME_STR "MST120\0"
|
|
#define VER_ORIGNAME_STR "MST120.DLL\0"
|
|
#define VER_FILETYPE VFT_DLL
|
|
|
|
#include <version.rc>
|