File tree Expand file tree Collapse file tree 1 file changed +54
-18
lines changed Expand file tree Collapse file tree 1 file changed +54
-18
lines changed Original file line number Diff line number Diff line change 25
25
26
26
#include "wine/wine_common_ver.rc"
27
27
28
- #include "Da.rc"
29
- #include "De.rc"
30
- #include "En.rc"
31
- #include "Pl.rc"
28
+ #ifdef LANGUAGE_DA_DK
29
+ #include "Da.rc"
30
+ #endif
31
+ #ifdef LANGUAGE_DE_DE
32
+ #include "De.rc"
33
+ #endif
34
+ #ifdef LANGUAGE_EN_US
35
+ #include "En.rc"
36
+ #endif
37
+ #ifdef LANGUAGE_PL_PL
38
+ #include "Pl.rc"
39
+ #endif
32
40
33
41
/* UTF-8 */
34
- #include "Es.rc"
35
- #include "Fr.rc"
36
- #include "Hu.rc"
37
- #include "It.rc"
38
- #include "Ja.rc"
39
- #include "Ko.rc"
40
- #include "Lt.rc"
41
- #include "Nl.rc"
42
- #include "No.rc"
43
- #include "Pt.rc"
44
- #include "Ro.rc"
45
- #include "Ru.rc"
46
- #include "Si.rc"
47
- #include "Uk.rc"
42
+ #ifdef LANGUAGE_ES_ES
43
+ #include "Es.rc"
44
+ #endif
45
+ #ifdef LANGUAGE_FR_FR
46
+ #include "Fr.rc"
47
+ #endif
48
+ #ifdef LANGUAGE_HU_HU
49
+ #include "Hu.rc"
50
+ #endif
51
+ #ifdef LANGUAGE_IT_IT
52
+ #include "It.rc"
53
+ #endif
54
+ #ifdef LANGUAGE_JA_JP
55
+ #include "Ja.rc"
56
+ #endif
57
+ #ifdef LANGUAGE_KO_KR
58
+ #include "Ko.rc"
59
+ #endif
60
+ #ifdef LANGUAGE_LT_LT
61
+ #include "Lt.rc"
62
+ #endif
63
+ #ifdef LANGUAGE_NL_NL
64
+ #include "Nl.rc"
65
+ #endif
66
+ #ifdef LANGUAGE_NO_NO
67
+ #include "No.rc"
68
+ #endif
69
+ #ifdef LANGUAGE_PT_PT
70
+ #include "Pt.rc"
71
+ #endif
72
+ #ifdef LANGUAGE_RO_RO
73
+ #include "Ro.rc"
74
+ #endif
75
+ #ifdef LANGUAGE_RU_RU
76
+ #include "Ru.rc"
77
+ #endif
78
+ #ifdef LANGUAGE_SL_SI
79
+ #include "Si.rc"
80
+ #endif
81
+ #ifdef LANGUAGE_UK_UA
82
+ #include "Uk.rc"
83
+ #endif
You can’t perform that action at this time.
0 commit comments