ChangeSet ID: 17662 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/05/20 14:19:02
Modified files: tools/winebuild: spec16.c res16.c build.h dlls/kernel : resource16.c ne_module.c
Log message: Generate 16-bit resources in the proper format inside the module data, and get rid of the special case for builtins in NE_DefResourceHandler.
Patch: http://cvs.winehq.org/patch.py?id=17662
Old revision New revision Changes Path 1.55 1.56 +32 -10 wine/tools/winebuild/spec16.c 1.14 1.15 +69 -19 wine/tools/winebuild/res16.c 1.59 1.60 +7 -2 wine/tools/winebuild/build.h 1.11 1.12 +5 -15 wine/dlls/kernel/resource16.c 1.43 1.44 +0 -3 wine/dlls/kernel/ne_module.c