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
297 B
12 lines
297 B
// wb32.exe min resource
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
|
|
#define VER_DESCRIPTION_STR "NetMeeting Whiteboard application"
|
|
#define VER_INTERNALNAME_STR "wb32\0"
|
|
#define VER_ORIGNAME_STR "wb32.exe\0"
|
|
|
|
// Standard NetMeeting version resource
|
|
#include <winver.h>
|
|
#include <version.rc>
|
|
|