ChangeSet ID: 5951 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2002/10/23 15:21:00
Modified files: windows : clipboard.c msdos : dosconf.c loader : module.c loadorder.c include : heap.h file.h files : directory.c dlls/shell32 : shell32_main.c dlls/comctl32 : listview.c dlls/advapi32 : security.c
Log message: Patrik Stridvall ps@leissner.se Don't use wine/unicode.h in the header files, include it directly where needed instead.
Patch: http://cvs.winehq.com/patch.py?id=5951
Old revision New revision Changes Path 1.52 1.53 +2 -0 wine/windows/clipboard.c 1.15 1.16 +1 -0 wine/msdos/dosconf.c 1.166 1.167 +2 -0 wine/loader/module.c 1.59 1.60 +2 -0 wine/loader/loadorder.c 1.22 1.23 +0 -1 wine/include/heap.h 1.47 1.48 +0 -7 wine/include/file.h 1.55 1.56 +9 -0 wine/files/directory.c 1.101 1.102 +1 -0 wine/dlls/shell32/shell32_main.c 1.281 1.282 +2 -0 wine/dlls/comctl32/listview.c 1.44 1.45 +2 -0 wine/dlls/advapi32/security.c