Source code of Windows XP (NT5)
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.
|
|
//************************************************************************ //** //** 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
|