18 lines
351 B
C
18 lines
351 B
C
|
/**********************************************************************
|
||
|
|
||
|
Copyright (c) 1992-1995 Microsoft Corporation
|
||
|
|
||
|
res.h
|
||
|
|
||
|
DESCRIPTION:
|
||
|
Resource ID include file for the MIDI mapper.
|
||
|
|
||
|
*********************************************************************/
|
||
|
|
||
|
#ifndef _RES_
|
||
|
#define _RES_
|
||
|
|
||
|
#define IDS_MIDIMAPPER 1000
|
||
|
|
||
|
#endif
|