You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
291 B
12 lines
291 B
// 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>
|
|
|