18 May
2005
18 May
'05
6:21 p.m.
ChangeSet ID: 17595 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2005/05/18 13:21:59 Modified files: tools/winebuild: spec16.c res16.c build.h dlls/kernel : ne_module.c Log message: Generate the 16-bit module header in the standard on-disk format, so that winebuild doesn't need to know about kernel internal structures. Patch: http://cvs.winehq.org/patch.py?id=17595 Old revision New revision Changes Path 1.52 1.53 +278 -154 wine/tools/winebuild/spec16.c 1.13 1.14 +21 -5 wine/tools/winebuild/res16.c 1.58 1.59 +1 -1 wine/tools/winebuild/build.h 1.40 1.41 +32 -44 wine/dlls/kernel/ne_module.c