7 lines
266 B
Plaintext
7 lines
266 B
Plaintext
#include <winres.h>
|
|
#define VER_DESCRIPTION_STR "Call Control Module"
|
|
#define VER_INTERNALNAME_STR "CALLCONT"
|
|
#define VER_ORIGNAME_STR "CALLCONT.DLL"
|
|
#define VER_FILETYPE VFT_DLL
|
|
#include <version.rc>
|