dxgi: Remove DECLSPEC_HIDDEN usage.
[wine.git] / programs / reg / resource.h
blobf33d3da69be5f8ca852db45849322e3cc2ab9997
1 /*
2 * REG.EXE - Wine-compatible reg program.
4 * Copyright 2008 Andrew Riedi
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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
21 #include <windef.h>
23 /* Translation IDs */
25 /* Shared */
26 #define STRING_YES 100
27 #define STRING_NO 101
28 #define STRING_ALL 102
29 #define STRING_YESNO 103
30 #define STRING_YESNOALL 104
31 #define STRING_INVALID_SYNTAX 105
32 #define STRING_FUNC_HELP 106
33 #define STRING_ACCESS_DENIED 107
34 #define STRING_SUCCESS 108
35 #define STRING_CANCELLED 109
36 #define STRING_KEY_NONEXIST 110
37 #define STRING_VALUE_NONEXIST 111
38 #define STRING_DEFAULT_VALUE 112
40 /* reg.c */
41 #define STRING_REG_HELP 150
42 #define STRING_USAGE 151
43 #define STRING_ADD_USAGE 152
44 #define STRING_COPY_USAGE 153
45 #define STRING_DELETE_USAGE 154
46 #define STRING_EXPORT_USAGE 155
47 #define STRING_IMPORT_USAGE 156
48 #define STRING_QUERY_USAGE 157
49 #define STRING_REG_VIEW_USAGE 164
50 #define STRING_INVALID_KEY 165
51 #define STRING_NO_REMOTE 166
52 #define STRING_INVALID_SYSTEM_KEY 167
53 #define STRING_INVALID_OPTION 168
55 /* add.c */
56 #define STRING_MISSING_NUMBER 200
57 #define STRING_MISSING_HEXDATA 201
58 #define STRING_INVALID_STRING 202
59 #define STRING_UNHANDLED_TYPE 203
60 #define STRING_UNSUPPORTED_TYPE 204
61 #define STRING_OVERWRITE_VALUE 205
62 #define STRING_INVALID_CMDLINE 206
64 /* copy.c */
65 #define STRING_COPY_SRC_DEST_SAME 250
66 #define STRING_COPY_CONFIRM 251
68 /* delete.c */
69 #define STRING_DELETE_VALUE 300
70 #define STRING_DELETE_VALUEALL 301
71 #define STRING_DELETE_SUBKEY 302
72 #define STRING_VALUEALL_FAILED 303
74 /* export.c */
75 #define STRING_OVERWRITE_FILE 350
77 /* import.c */
78 #define STRING_ESCAPE_SEQUENCE 400
79 #define STRING_KEY_IMPORT_FAILED 401
80 #define STRING_FILE_NOT_FOUND 402
82 /* query.c */
83 #define STRING_VALUE_NOT_SET 450
84 #define STRING_MATCHES_FOUND 451