11 lines
284 B
Plaintext
11 lines
284 B
Plaintext
#include <windows.h>
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Standalone H.323 ICS proxy (for testing only)"
|
|
#define VER_INTERNALNAME_STR "H323ICS.EXE"
|
|
|
|
|
|
#include "common.ver" // NT5.0 version file.
|