Use inline functions instead of macros to avoid problems in C++.
authorDimitrie O. Paun <dpaun@rogers.com>
Sat, 11 Jan 2003 22:49:54 +0000 (22:49 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 11 Jan 2003 22:49:54 +0000 (22:49 +0000)
commitdf9537eaefca420fff10ae68b4803c1b0518ce6c
treefe27f5676923aa874f0c82484ee6e036ade18d16
parent6843fee6334732de68962a7cc4835315b4221179
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.
include/msvcrt/io.h
include/msvcrt/stdio.h
include/msvcrt/sys/stat.h
include/msvcrt/sys/timeb.h
include/msvcrt/sys/types.h
include/msvcrt/sys/utime.h