ChangeSet ID: 7095 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/01/21 13:36:24
Modified files: include : shlobj.h dlls/shell32 : shlfileop.c shfldr_fs.c shell32.spec changenotify.c
Log message: Rolf Kalbermatter rolf.kalbermatter@citeng.com Change SHChangeNotify to be Unicode and ANSI indifferent, as the type of parameters is really defined by uFlags parameter.
Patch: http://cvs.winehq.com/patch.py?id=7095
Old revision New revision Changes Path 1.57 1.58 +1 -3 wine/include/shlobj.h 1.22 1.23 +4 -6 wine/dlls/shell32/shlfileop.c 1.7 1.8 +4 -4 wine/dlls/shell32/shfldr_fs.c 1.61 1.62 +6 -6 wine/dlls/shell32/shell32.spec 1.19 1.20 +23 -67 wine/dlls/shell32/changenotify.c