OSDN Git Service

* include/direct.h: add guard around MSVCRT-only prototytpes
authorearnie <earnie>
Tue, 21 Nov 2000 02:50:02 +0000 (02:50 +0000)
committerearnie <earnie>
Tue, 21 Nov 2000 02:50:02 +0000 (02:50 +0000)
commitbb0a8daedb2a353b4ffbedb3e8cf000d95482cc6
tree92448b3a0401379c138f7abc380405de31f3eab6
parentf2471d727f6f68932a04890349011aaf178b2ef0
* include/direct.h: add guard around MSVCRT-only prototytpes
* include/io.h: add __int64 struct definitions and function prototypes;
 add guard for MSVCRT-only prototypes
* include/limits.h: add ISO C9x macros LLONG_MIN, LLONG_MAX, ULLONG_MAX
* include/stdio.h: add wchar function prototypes (__MSVCRT__);
 put wchar functions together to make sync with wchar.h easier
* include/stdlib.h: add wide char functions (__MSVCRT__)
* include/string.h: add string collation functions ( __MSVCRT__)
* include/sys/stat.h: add __int64 struct and function ( __MSVCRT__)
* include/tchar.h: add macros and macro function definitions
* include/wchar.h: add wide char function prototypes ( __MSVCRT__ );
enclose more functions in __MSVCRT__ guard;
some oldname wide char function prototypes #if (0)'d
* profile/gmon.h: add guard around BSD-ish typedefs
winsup/mingw/ChangeLog
winsup/mingw/include/direct.h
winsup/mingw/include/io.h
winsup/mingw/include/limits.h
winsup/mingw/include/stdio.h
winsup/mingw/include/stdlib.h
winsup/mingw/include/string.h
winsup/mingw/include/sys/stat.h
winsup/mingw/include/tchar.h
winsup/mingw/include/wchar.h
winsup/mingw/profile/gmon.h