ChangeSet ID: 17259 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/04/27 06:08:47
Modified files: include : miscemu.h dlls/winedos : module.c int31.c dlls/kernel : kernel_main.c kernel32.spec dosmem.c
Log message: Eric Pouech pouech-eric@wanadoo.fr - delayed initialisation of BIOS and SYSTEM information until someone actually needs it - now using some manifest constants to make code clearer
Patch: http://cvs.winehq.org/patch.py?id=17259
Old revision New revision Changes Path 1.77 1.78 +2 -1 wine/include/miscemu.h 1.46 1.47 +1 -1 wine/dlls/winedos/module.c 1.41 1.42 +1 -1 wine/dlls/winedos/int31.c 1.66 1.67 +1 -1 wine/dlls/kernel/kernel_main.c 1.145 1.146 +1 -1 wine/dlls/kernel/kernel32.spec 1.8 1.9 +112 -45 wine/dlls/kernel/dosmem.c