[DDK] Move rtl byteswap functions to wdm.h and add intrinsic definitions
[reactos.git] / reactos / base / applications / calc / resource.rc
1 /*
2 * ReactOS Calc (global resource file)
3 *
4 * Copyright 2007, 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 */
20
21 #include <windows.h>
22
23 #include "resource.h"
24
25 #ifndef IDC_STATIC
26 #define IDC_STATIC -1
27 #endif
28
29 // Common resources
30
31 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
32
33 // Icons
34
35 IDI_CALC_BIG ICON DISCARDABLE "res/calc.ico"
36 IDI_CALC_SMALL ICON DISCARDABLE "res/calc_sm.ico"
37
38 // Bitmaps
39
40 IDB_BITMAP_ROS BITMAP DISCARDABLE "res/ROS_logo.bmp"
41
42
43 #include "lang/bg-BG.rc"
44 #include "lang/cs-CZ.rc"
45 #include "lang/de-DE.rc"
46 #include "lang/en-US.rc"
47 #include "lang/es-ES.rc"
48 #include "lang/it-IT.rc"
49 #include "lang/ko-KR.rc"
50 #include "lang/nl-NL.rc"
51 #include "lang/no-NO.rc"
52 #include "lang/pl-PL.rc"
53 #include "lang/ru-RU.rc"
54 #include "lang/sk-SK.rc"
55 #include "lang/th-TH.rc"
56 #include "lang/uk-UA.rc"