12 lines
260 B
Plaintext
12 lines
260 B
Plaintext
|
// nmctl1.dll min resource
|
||
|
|
||
|
#define VER_FILETYPE VFT_DLL
|
||
|
|
||
|
#define VER_DESCRIPTION_STR "NetMeeting ActiveX control"
|
||
|
#define VER_INTERNALNAME_STR "nmctl1"
|
||
|
#define VER_ORIGNAME_STR "nmctl1.dll"
|
||
|
|
||
|
// Standard NetMeeting version resource
|
||
|
#include <version.rc>
|
||
|
|