gdi32: Make sure that pattern info is initialized before being used.
[wine] / dlls / gdi32 / resource.h
1 /*
2  * Copyright (c) 2011 Akihiro Sagawa
3  *
4  * This library is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU Lesser General Public
6  * License as published by the Free Software Foundation; either
7  * version 2.1 of the License, or (at your option) any later version.
8  *
9  * This library is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12  * Lesser General Public License for more details.
13  *
14  * You should have received a copy of the GNU Lesser General Public
15  * License along with this library; if not, write to the Free Software
16  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
17  */
18
19 #include <windef.h>
20
21 /* these are in the order of the fsCsb[0] bits */
22 #define IDS_FIRST_SCRIPT     16
23 #define IDS_WESTERN          (IDS_FIRST_SCRIPT + 0)
24 #define IDS_CENTRAL_EUROPEAN (IDS_FIRST_SCRIPT + 1)
25 #define IDS_CYRILLIC         (IDS_FIRST_SCRIPT + 2)
26 #define IDS_GREEK            (IDS_FIRST_SCRIPT + 3)
27 #define IDS_TURKISH          (IDS_FIRST_SCRIPT + 4)
28 #define IDS_HEBREW           (IDS_FIRST_SCRIPT + 5)
29 #define IDS_ARABIC           (IDS_FIRST_SCRIPT + 6)
30 #define IDS_BALTIC           (IDS_FIRST_SCRIPT + 7)
31 #define IDS_VIETNAMESE       (IDS_FIRST_SCRIPT + 8)
32 #define IDS_THAI             (IDS_FIRST_SCRIPT + 16)
33 #define IDS_JAPANESE         (IDS_FIRST_SCRIPT + 17)
34 #define IDS_CHINESE_GB2312   (IDS_FIRST_SCRIPT + 18)
35 #define IDS_HANGUL           (IDS_FIRST_SCRIPT + 19)
36 #define IDS_CHINESE_BIG5     (IDS_FIRST_SCRIPT + 20)
37 #define IDS_HANGUL_JOHAB     (IDS_FIRST_SCRIPT + 21)
38 #define IDS_SYMBOL           (IDS_FIRST_SCRIPT + 31)
39 #define IDS_OEM_DOS          (IDS_FIRST_SCRIPT + 32)