Leaked source code of windows server 2003
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.
 
 
 
 
 
 

32 lines
812 B

//************************************************************************
//**
//** midimap.rc
//**
//** Copyright (c) 1992-1998 Microsoft Corporation
//**
//** DESCRIPTION:
//** Contains resource definitions for midimap.drv
//**
//** HISTORY:
//** 04/10/93 [t-kyleb]
//**
//************************************************************************
#include "preclude.h"
#include <windows.h>
#include "res.h"
#include "midimap.rcv"
MIDI_ICON_1 ICON midi.ico
STRINGTABLE MOVEABLE DISCARDABLE
BEGIN
//
// this string is returned from the midiOutGetDevCaps call--it's returned
// in the szPname field
//
// IDS_MIDIMAPPER : max chars=30 (MIDIOUTCAPS.szPname)
//
IDS_MIDIMAPPER, "Microsoft MIDI Mapper"
END