ChangeSet ID: 9754 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/10/14 00:32:30
Modified files: dlls/kernel : process.c locale.c kernel_main.c Makefile.in Removed files: memory : codepage.c
Log message: Moved codepage functions to dlls/kernel. Changed initialisation of the locale functions so that CP_UNIXCP works as soon as possible during kernel32 init.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9754
Old revision New revision Changes Path 1.27 1.28 +3 -1 wine/dlls/kernel/process.c 1.21 1.22 +512 -13 wine/dlls/kernel/locale.c 1.52 1.53 +3 -3 wine/dlls/kernel/kernel_main.c 1.96 1.97 +0 -1 wine/dlls/kernel/Makefile.in 1.22 Removed +0 -0 wine/memory/codepage.c