15 lines
304 B
Plaintext
15 lines
304 B
Plaintext
|
// file: msver.rc
|
||
|
|
||
|
#include <version.h>
|
||
|
#include <resource.h>
|
||
|
#define IVER VER_PRODUCTVERSION
|
||
|
#define PVER VER_PRODUCTVERSION_STR
|
||
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
//
|
||
|
// REGISTRY
|
||
|
//
|
||
|
|
||
|
IDR_RTP REGISTRY DISCARDABLE "RTP.rgs"
|
||
|
|
||
|
#include "ver.rc"
|