9 lines
238 B
Plaintext
9 lines
238 B
Plaintext
#include <windows.h>
|
|
|
|
#define RC_VERSION_FILE_DESCRIPTION "Microsoft Exchange Server Memory Management DLL"
|
|
#define RC_VERSION_INTERNAL_NAME "EXCHMEM.DLL"
|
|
#define RC_VERSION_ORIGINAL_FILE_NAME "EXCHMEM.DLL"
|
|
|
|
#include <bldver.rc>
|
|
|