ChangeSet ID: 1022182819747236871932731 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/05/23 14:40:19
Modified files: dlls/winedos : module.c dlls/x11drv : event.c files : directory.c dos_fs.c drive.c profile.c include : file.h options.h loader : loadorder.c misc : main.c registry.c msdos : dosconf.c int11.c int1a.c int21.c ioports.c objects : font.c ole : ole2nls.c programs/progman: string.c scheduler : process.c win32 : console.c
Log message: Removed most inclusions of options.h. Removed a few no longer used PROFILE_* functions.
Patch: http://cvs.winehq.com/patch.py?id=1022182819747236871932731
Revision Changes Path 1.17 +0 -1 wine/dlls/winedos/module.c 1.3 +0 -1 wine/dlls/x11drv/event.c 1.47 +0 -1 wine/files/directory.c 1.108 +0 -1 wine/files/dos_fs.c 1.71 +0 -1 wine/files/drive.c 1.68 +0 -69 wine/files/profile.c 1.42 +7 -0 wine/include/file.h 1.37 +0 -17 wine/include/options.h 1.51 +0 -1 wine/loader/loadorder.c 1.90 +0 -17 wine/misc/main.c 1.109 +5 -4 wine/misc/registry.c 1.11 +0 -1 wine/msdos/dosconf.c 1.14 +1 -1 wine/msdos/int11.c 1.8 +0 -1 wine/msdos/int1a.c 1.69 +0 -1 wine/msdos/int21.c 1.31 +1 -1 wine/msdos/ioports.c 1.71 +0 -1 wine/objects/font.c 1.99 +0 -1 wine/ole/ole2nls.c 1.4 +0 -3 wine/programs/progman/string.c 1.183 +18 -1 wine/scheduler/process.c 1.93 +0 -1 wine/win32/console.c