ChangeSet ID: 17553 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/05/17 05:21:29
Modified files: tools/winebuild: spec16.c include : module.h dlls/kernel : ne_module.c kernel16_private.h
Log message: Use the exported IMAGE_OS2_HEADER to generate the module header in the spec file, and moved the NE_MODULE structure definition to kernel16_private.h.
Patch: http://cvs.winehq.org/patch.py?id=17553
Old revision New revision Changes Path 1.51 1.52 +21 -47 wine/tools/winebuild/spec16.c 1.108 1.109 +0 -44 wine/include/module.h 1.36 1.37 +19 -4 wine/dlls/kernel/ne_module.c 1.1 1.2 +43 -0 wine/dlls/kernel/kernel16_private.h