Store all information about the current dll in a structure instead of
authorAlexandre Julliard <julliard@winehq.org>
Wed, 11 Feb 2004 06:41:01 +0000 (06:41 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 11 Feb 2004 06:41:01 +0000 (06:41 +0000)
commit8611e654fcc5c14ea0618a305d7d7acdb644f62e
tree78759fb758a34af182d1ba00ce2d1140d3227072
parent2ad864dc87548cd88d0add8f3825dd41ed964bbc
Store all information about the current dll in a structure instead of
using global variables to make it easier to reuse the parsing
routines.
tools/winebuild/build.h
tools/winebuild/import.c
tools/winebuild/main.c
tools/winebuild/parser.c
tools/winebuild/res16.c
tools/winebuild/res32.c
tools/winebuild/spec16.c
tools/winebuild/spec32.c