20 lines
390 B
Plaintext
20 lines
390 B
Plaintext
//////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// 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>
|
|
|