mirror of https://github.com/tongzx/nt5src
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.
19 lines
537 B
19 lines
537 B
#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
|