windows-nt/Source/XPSP1/NT/multimedia/directx/dmusic/dmusic16/dmusic16.rc
2020-09-26 16:20:57 +08:00

34 lines
777 B
Plaintext

//************************************************************************
//**
//** dmusic16.rc
//**
//** Copyright (c) 1992-1998 Microsoft Corporation
//**
//** DESCRIPTION:
//**
//** HISTORY:
//** 04/10/93 [t-kyleb]
//**
//************************************************************************
#include <windows.h>
#include <ver.h>
#include "res.h"
#include <windows.h>
#define VERSIONNAME "dmusic16.dll\0"
#define VERSIONDESCRIPTION "Microsoft DirectMusic Legacy Port (16-bit thunk peer)\0"
#define VERSIONTYPE VFT_DLL
#define VERSIONSUBTYPE VFT2_UNKNOWN
#include <verinfo.h>
#include <verinfo.ver>
STRINGTABLE MOVEABLE DISCARDABLE
BEGIN
IDS_DMUSIC16, "DirectMusic 16-bit sequencer"
END