[ROSAPPS] Convert resource files to UTF-8. By Alvin Wong. CORE-9021
[reactos.git] / rosapps / applications / screensavers / ssstars / resource.rc
1 /*
2 * ReactOS Starfield (global resource file)
3 *
4 * Copyright 2011, Carlo Bramini
5 *
6 * This program 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 of the License, or (at your option) any later version.
10 *
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.
15 *
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 Street, Fifth Floor, Boston, MA 02110-1301 USA
19 */
20
21 #include <windows.h>
22 #include <scrnsave.h>
23
24 #include "resource.h"
25
26 #ifndef IDC_STATIC
27 #define IDC_STATIC -1
28 #endif
29
30 #ifndef DS_SHELLFONT
31 #define DS_SHELLFONT DS_SETFONT|DS_FIXEDSYS
32 #endif
33
34 // Common resources
35
36 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
37
38 // Icons
39 IDI_STARFIELD ICON DISCARDABLE "res/icon_stars.ico"
40
41 // Bitmap
42
43 IDB_COSMOS BITMAP DISCARDABLE "res/cosmicfractal.bmp"
44 IDB_STAR BITMAP DISCARDABLE "res/star.bmp"
45
46
47 // Language resources
48 /* UTF-8 */
49 #pragma code_page(65001)
50
51 #include "lang/en-US.rc"
52 #include "lang/it-IT.rc"
53 #include "lang/ro-RO.rc"
54 #include "lang/ru-RU.rc"
55 #include "lang/pl-PL.rc"