20 lines
537 B
Plaintext
20 lines
537 B
Plaintext
#if 0
|
|
Copyright (c) 1991-1995 Microsoft Corporation
|
|
#endif
|
|
|
|
#include <windows.h>
|
|
#include <mmsystem.h>
|
|
#include "mcicda.h"
|
|
#include "mcicda.rcv"
|
|
|
|
STRINGTABLE MOVEABLE DISCARDABLE LOADONCALL
|
|
begin
|
|
MCICDAERR_NO_TIMERS, "Cannot enable notification because all timers are in use. Quit one or more applications to free a timer, and then try again."
|
|
IDS_PRODUCTNAME, "CD Audio"
|
|
IDS_CDMUSIC "CD Music"
|
|
IDS_CDMUSICCAPTION "CD Music Properties"
|
|
|
|
MCI_CDA_AUDIO_S, "audio"
|
|
MCI_CDA_OTHER_S, "other"
|
|
end
|