17 Sep
2005
17 Sep
'05
2:39 p.m.
ChangeSet ID: 20266 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)winehq.org 2005/09/17 09:39:51 Modified files: tools/winebuild: spec32.c res32.c import.c libs/wine : loader.c Log message: Store RVAs instead of pointers wherever possible in the generated NT header and directories. Patch: http://cvs.winehq.org/patch.py?id=20266 Old revision New revision Changes Path 1.117 1.118 +25 -18 wine/tools/winebuild/spec32.c 1.24 1.25 +1 -1 wine/tools/winebuild/res32.c 1.103 1.104 +10 -4 wine/tools/winebuild/import.c 1.29 1.30 +57 -33 wine/libs/wine/loader.c