21 lines
320 B
Plaintext
21 lines
320 B
Plaintext
|
#include <winres.h>
|
||
|
|
||
|
#define VER_FILETYPE VFT_DLL
|
||
|
#define VER_DESCRIPTION_STR "NetMeeting Event Logging DLL\0"
|
||
|
#define VER_INTERNALNAME_STR "evtmsg\0"
|
||
|
#define VER_ORIGNAME_STR "evtmsg.dll\0"
|
||
|
|
||
|
// Standard NetMeeting version resource
|
||
|
#include <version.rc>
|
||
|
#include "nmevtmsg.rc"
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|