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.
 
 
 
 
 
 

35 lines
843 B

#define IDS_ALLFILES 185
#define IDS_BADACM 186
#define IDS_BADACMV 187
#define IDS_RLEDECOMPRESS 188
#define IDS_VIDEO 189
#define IDS_AUDIO 190
#define IDS_SSSTREAMD 191
#define IDS_AVIFILE 192
#define IDS_FFDESC 193
/* - - - - - - - - */
#ifdef RC_INVOKED
#include <windows.h>
#include "avifile.rcv"
#include "aviopts.dlg"
#include "avireg.h"
STRINGTABLE MOVEABLE DISCARDABLE
BEGIN
IDS_ALLFILES "All Files (*.*)@*.*"
IDS_BADACM "Choosing a wave format from this dialog requires at least version 2.0 of the Microsoft Audio Compression Manager."
IDS_BADACMV "Bad MSACM Version"
IDS_RLEDECOMPRESS "Microsoft RLE (Decompress)"
IDS_VIDEO "Video"
IDS_AUDIO "Audio"
IDS_SSSTREAMD "%s %s #%d"
IDS_AVIFILE "AVI Default File Handler"
IDS_FFDESC "Uncompressed"
END
#endif
/* - - - - - - - - */