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.
16 lines
409 B
16 lines
409 B
#include <windows.h>
|
|
#include <FaxName.h>
|
|
#include "sendnote.h"
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILEDESCRIPTION_STR FAX_FULL_NAME " Send Note Utility"
|
|
#define VER_INTERNALNAME_STR "FXSSEND.EXE"
|
|
#define VER_ORIGINALFILENAME_STR "FXSSEND.EXE"
|
|
|
|
//
|
|
// Module icon
|
|
//
|
|
IDI_FAX_NOTE ICON DISCARDABLE "faxnote.ico"
|
|
|
|
#include "cvernum.h"
|
|
#include "cometver.rc"
|