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.
|
|
#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
|