- Generalized the distinction between 2 and 4 byte integers slightly through
commit62451da52c018bdbfe908e87566e0cc12c168ff6
authorBertho Stultiens <bertho@akhphd.au.dk>
Tue, 20 Jul 1999 14:54:54 +0000 (20 14:54 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 20 Jul 1999 14:54:54 +0000 (20 14:54 +0000)
tree0666c497913473429c2df5b871a608849c6f64e6
parent3dc04219382997df18cc7abb11266f4e481bebb3
- Generalized the distinction between 2 and 4 byte integers slightly through
  a new parser state. The is now a warning when a 2 byte integer is larger
  than 16 bit (and is truncated).
- Fixed a couple of cosmetic things in the DLGINIT stuff so that dumping of
  this type will work as expected.
- Added generalized language/version/characteristics support to the DLGINIT
  resource type.

Ulrich Czekalla <ulrichc@corel.ca>
- Added support for DLGINIT resource-type.
- Added string continuation and embedded quoting.
- Added numeric IDs for icons in controls.

Eric Pouech <Eric.Pouech@wanadoo.fr>
- Bugfix: Distinguish between 2 and 4 byte integers in RCDATA.
tools/wrc/CHANGES
tools/wrc/dumpres.c
tools/wrc/genres.c
tools/wrc/newstruc.c
tools/wrc/newstruc.h
tools/wrc/parser.l
tools/wrc/parser.y
tools/wrc/wrc.c
tools/wrc/wrc.h
tools/wrc/wrctypes.h