ChangeSet ID: 1029448657328521672244282 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/08/15 16:57:37
Modified files: dlls/commdlg : cdlg_Zh.rc dlls/shell32 : shell32_Zh.rc dlls/user/resources: user32_Zh.rc include : winnt.h tools/wpp : ppy.y tools/wrc : genres.c parser.l parser.y utils.c utils.h wrc.c wrctypes.h writeres.c
Log message: Added support for #pragma code_page. Fixed a few bugs in language handling. Added error message when Ansi->Unicode conversion in the current codepage loses information.
Patch: http://cvs.winehq.com/patch.py?id=1029448657328521672244282
Revision Changes Path 1.4 +3 -0 wine/dlls/commdlg/cdlg_Zh.rc 1.5 +3 -0 wine/dlls/shell32/shell32_Zh.rc 1.5 +3 -0 wine/dlls/user/resources/user32_Zh.rc 1.117 +198 -185 wine/include/winnt.h 1.2 +1 -1 wine/tools/wpp/ppy.y 1.20 +107 -138 wine/tools/wrc/genres.c 1.22 +60 -30 wine/tools/wrc/parser.l 1.33 +6 -1 wine/tools/wrc/parser.y 1.18 +113 -67 wine/tools/wrc/utils.c 1.9 +5 -5 wine/tools/wrc/utils.h 1.15 +2 -0 wine/tools/wrc/wrc.c 1.16 +1 -1 wine/tools/wrc/wrctypes.h 1.24 +6 -10 wine/tools/wrc/writeres.c