2 * Resources for Device Enumerator
4 * Copyright 2002 Robert Shearman
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
25 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
27 #define WINE_FILEDESCRIPTION_STR "Wine Device Enumerator Library"
28 #define WINE_FILENAME_STR "devenum.dll"
29 #define WINE_FILEVERSION 6,5,1,902
30 #define WINE_FILEVERSION_STR "6.5.1.902"
31 #define WINE_PRODUCTVERSION 6,5,1,902
32 #define WINE_PRODUCTVERSION_STR "6.5"
33 #define WINE_PRODUCTNAME_STR "DirectX"
35 #include "wine/wine_common_ver.rc"
37 STRINGTABLE DISCARDABLE
38 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
40 7 "Default DirectSound"
42 9 "Default WaveOut Device"
43 10 "Default MidiOut Device"
46 STRINGTABLE DISCARDABLE
47 LANGUAGE LANG_GERMAN, SUBLANG_DEFAULT
49 7 "Standard DirectSound"
51 9 "Standard WaveOut - Gerät"
52 10 "Standard MidiOut - Gerät"
55 STRINGTABLE DISCARDABLE
56 LANGUAGE LANG_ITALIAN, SUBLANG_DEFAULT
58 7 "DirectSound di Default"
60 9 "Dispositivo WaveOut di Default"
61 10 "Dispositivo MidiOut di Default"
64 STRINGTABLE DISCARDABLE
65 LANGUAGE LANG_PORTUGUESE, SUBLANG_DEFAULT
67 7 "DirectSound padrão"
69 9 "Dispositivo padrão WaveOut"
70 10 "Dispositivo padrão MidiOut"
73 STRINGTABLE DISCARDABLE
74 LANGUAGE LANG_SPANISH, SUBLANG_DEFAULT
76 7 "DirectSound por defecto"
78 9 "Dispositivo WaveOut por defecto"
79 10 "Dispositivo MidiOut por defecto"