13 lines
279 B
Plaintext
13 lines
279 B
Plaintext
|
// cb32.exe min resource
|
||
|
|
||
|
#define VER_FILETYPE VFT_APP
|
||
|
|
||
|
#define VER_DESCRIPTION_STR "NetMeeting Chat application"
|
||
|
#define VER_INTERNALNAME_STR "cb32\0"
|
||
|
#define VER_ORIGNAME_STR "cb32.exe\0"
|
||
|
|
||
|
// Standard NetMeeting version resource
|
||
|
#include <winver.h>
|
||
|
#include <version.rc>
|
||
|
|