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.
47 lines
921 B
47 lines
921 B
//==========================================================================;
|
|
//
|
|
// msadpcm.rc
|
|
//
|
|
// (C) Copyright (c) 1992-1994 Microsoft Corporation
|
|
//
|
|
// Description:
|
|
//
|
|
//
|
|
// History:
|
|
//
|
|
//==========================================================================;
|
|
|
|
|
|
#include <windows.h>
|
|
#include "codec.h"
|
|
|
|
#include "msadpcm.rcv"
|
|
|
|
//
|
|
//
|
|
//
|
|
#if 0
|
|
ICON_CODEC ICON MSADPCM.ICO
|
|
#endif
|
|
|
|
|
|
//
|
|
//
|
|
//
|
|
//
|
|
//
|
|
STRINGTABLE MOVEABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_CODEC_SHORTNAME "MS-ADPCM"
|
|
#ifdef DEBUG
|
|
IDS_CODEC_LONGNAME "Microsoft ADPCM CODEC (debug)"
|
|
#else
|
|
IDS_CODEC_LONGNAME "Microsoft ADPCM CODEC"
|
|
#endif
|
|
|
|
IDS_CODEC_COPYRIGHT "Copyright (C) 1992-1996 Microsoft Corporation"
|
|
IDS_CODEC_LICENSING ""
|
|
IDS_CODEC_FEATURES "Compresses and decompresses Microsoft ADPCM audio data."
|
|
|
|
IDS_CODEC_NAME, "Microsoft ADPCM"
|
|
END
|