Revert some incorrect changes that were made during rbuild merge
[reactos.git] / reactos / tools / wrc / y.tab.h
1 #ifndef BISON_Y_TAB_H
2 # define BISON_Y_TAB_H
3
4 #ifndef YYSTYPE
5 typedef union{
6 string_t *str;
7 int num;
8 int *iptr;
9 char *cptr;
10 resource_t *res;
11 accelerator_t *acc;
12 bitmap_t *bmp;
13 dialog_t *dlg;
14 dialogex_t *dlgex;
15 font_t *fnt;
16 fontdir_t *fnd;
17 menu_t *men;
18 menuex_t *menex;
19 rcdata_t *rdt;
20 stringtable_t *stt;
21 stt_entry_t *stte;
22 user_t *usr;
23 messagetable_t *msg;
24 versioninfo_t *veri;
25 control_t *ctl;
26 name_id_t *nid;
27 font_id_t *fntid;
28 language_t *lan;
29 version_t *ver;
30 characts_t *chars;
31 event_t *event;
32 menu_item_t *menitm;
33 menuex_item_t *menexitm;
34 itemex_opt_t *exopt;
35 raw_data_t *raw;
36 lvc_t *lvc;
37 ver_value_t *val;
38 ver_block_t *blk;
39 ver_words_t *verw;
40 toolbar_t *tlbar;
41 toolbar_item_t *tlbarItems;
42 dlginit_t *dginit;
43 style_pair_t *styles;
44 style_t *style;
45 ani_any_t *ani;
46 } yystype;
47 # define YYSTYPE yystype
48 # define YYSTYPE_IS_TRIVIAL 1
49 #endif
50 # define tNL 257
51 # define tNUMBER 258
52 # define tLNUMBER 259
53 # define tSTRING 260
54 # define tIDENT 261
55 # define tFILENAME 262
56 # define tRAWDATA 263
57 # define tACCELERATORS 264
58 # define tBITMAP 265
59 # define tCURSOR 266
60 # define tDIALOG 267
61 # define tDIALOGEX 268
62 # define tMENU 269
63 # define tMENUEX 270
64 # define tMESSAGETABLE 271
65 # define tRCDATA 272
66 # define tVERSIONINFO 273
67 # define tSTRINGTABLE 274
68 # define tFONT 275
69 # define tFONTDIR 276
70 # define tICON 277
71 # define tAUTO3STATE 278
72 # define tAUTOCHECKBOX 279
73 # define tAUTORADIOBUTTON 280
74 # define tCHECKBOX 281
75 # define tDEFPUSHBUTTON 282
76 # define tPUSHBUTTON 283
77 # define tRADIOBUTTON 284
78 # define tSTATE3 285
79 # define tGROUPBOX 286
80 # define tCOMBOBOX 287
81 # define tLISTBOX 288
82 # define tSCROLLBAR 289
83 # define tCONTROL 290
84 # define tEDITTEXT 291
85 # define tRTEXT 292
86 # define tCTEXT 293
87 # define tLTEXT 294
88 # define tBLOCK 295
89 # define tVALUE 296
90 # define tSHIFT 297
91 # define tALT 298
92 # define tASCII 299
93 # define tVIRTKEY 300
94 # define tGRAYED 301
95 # define tCHECKED 302
96 # define tINACTIVE 303
97 # define tNOINVERT 304
98 # define tPURE 305
99 # define tIMPURE 306
100 # define tDISCARDABLE 307
101 # define tLOADONCALL 308
102 # define tPRELOAD 309
103 # define tFIXED 310
104 # define tMOVEABLE 311
105 # define tCLASS 312
106 # define tCAPTION 313
107 # define tCHARACTERISTICS 314
108 # define tEXSTYLE 315
109 # define tSTYLE 316
110 # define tVERSION 317
111 # define tLANGUAGE 318
112 # define tFILEVERSION 319
113 # define tPRODUCTVERSION 320
114 # define tFILEFLAGSMASK 321
115 # define tFILEOS 322
116 # define tFILETYPE 323
117 # define tFILEFLAGS 324
118 # define tFILESUBTYPE 325
119 # define tMENUBARBREAK 326
120 # define tMENUBREAK 327
121 # define tMENUITEM 328
122 # define tPOPUP 329
123 # define tSEPARATOR 330
124 # define tHELP 331
125 # define tTOOLBAR 332
126 # define tBUTTON 333
127 # define tBEGIN 334
128 # define tEND 335
129 # define tDLGINIT 336
130 # define tNOT 337
131 # define pUPM 338
132
133
134 extern YYSTYPE yylval;
135
136 #endif /* not BISON_Y_TAB_H */