- Revert my previous attempts to fix the "wmc" and "wrc" builds
authorColin Finck <colin@reactos.org>
Sat, 8 Sep 2007 21:40:36 +0000 (21:40 +0000)
committerColin Finck <colin@reactos.org>
Sat, 8 Sep 2007 21:40:36 +0000 (21:40 +0000)
commit3c9b25c33759b2f7f84f7e7723667ecb78c93e5a
tree0807c5b06e1c6e2c71ff222b33b9eac7a266d209
parent47eb99dcf6907a3829bdf1d5e48d2c56df9ee232
- Revert my previous attempts to fix the "wmc" and "wrc" builds
- Use "typedefs_host.h" in both components now
- wrc needs *MANY* definitions from the Windows headers, therefore I created a new file "wrcrostypes.h", which contains all these definitions.

svn path=/trunk/; revision=28959
18 files changed:
reactos/include/reactos/typedefs_host.h
reactos/tools/wmc/wmctypes.h
reactos/tools/wrc/dumpres.c
reactos/tools/wrc/genres.c
reactos/tools/wrc/lex.yy.c
reactos/tools/wrc/newstruc.c
reactos/tools/wrc/parser.l
reactos/tools/wrc/parser.tab.c
reactos/tools/wrc/parser.y
reactos/tools/wrc/port/mkstemps.c
reactos/tools/wrc/readres.c
reactos/tools/wrc/translation.c
reactos/tools/wrc/utils.c
reactos/tools/wrc/wrc.c
reactos/tools/wrc/wrc.mak
reactos/tools/wrc/wrcrostypes.h [new file with mode: 0644]
reactos/tools/wrc/wrctypes.h
reactos/tools/wrc/writeres.c