ChangeSet ID: 17701 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/05/23 07:07:15
Modified files: tools/winebuild: spec16.c include/wine : winbase16.h dlls/kernel : ne_module.c kernel16_private.h
Log message: Moved the generated code segment for 16-bit builtins inside the module structure. Get rid of the BUILTIN16_DESCRIPTOR structure and directly register the MZ header instead.
Patch: http://cvs.winehq.org/patch.py?id=17701
Old revision New revision Changes Path 1.56 1.57 +273 -315 wine/tools/winebuild/spec16.c 1.41 1.42 +0 -41 wine/include/wine/winbase16.h 1.44 1.45 +51 -75 wine/dlls/kernel/ne_module.c 1.6 1.7 +43 -0 wine/dlls/kernel/kernel16_private.h