ChangeSet ID: 7006 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/01/11 16:49:54
Modified files: include/msvcrt/sys: utime.h types.h timeb.h stat.h include/msvcrt : stdio.h io.h
Log message: Dimitrie O. Paun dpaun@rogers.com Use inline functions instead of macros to avoid problems in C++. Inline functions respect scope, whereas macros don't. Define umask in sys/stat.h, and mode_t in sys/types.h.
Patch: http://cvs.winehq.com/patch.py?id=7006
Old revision New revision Changes Path 1.4 1.5 +1 -1 wine/include/msvcrt/sys/utime.h 1.6 1.7 +6 -1 wine/include/msvcrt/sys/types.h 1.4 1.5 +1 -1 wine/include/msvcrt/sys/timeb.h 1.6 1.7 +7 -2 wine/include/msvcrt/sys/stat.h 1.9 1.10 +4 -1 wine/include/msvcrt/stdio.h 1.3 1.4 +26 -20 wine/include/msvcrt/io.h