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.
19 lines
409 B
19 lines
409 B
//////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Version
|
|
//
|
|
|
|
// h323.rc
|
|
|
|
#include <mmsystem.h>
|
|
#include "vcmStrm.h"
|
|
|
|
#include <winres.h>
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_DESCRIPTION_STR "Microsoft H.323 DLL"
|
|
#define VER_INTERNALNAME_STR "h323"
|
|
#define VER_ORIGNAME_STR "h323.dll"
|
|
|
|
#include <version.rc>
|
|
|