fix a typo

svn path=/trunk/; revision=38104
This commit is contained in:
Timo Kreuzer 2008-12-15 12:26:16 +00:00
parent d07b497cbb
commit be2c347725

View file

@ -107,7 +107,7 @@ extern "C" {
#ifndef RC_INVOKED #ifndef RC_INVOKED
#ifdef _USE_32BIT_TIME_T #ifdef _USE_32BIT_TIME_T
__CRT_INLINE int __cdecl _utime32(const char *_Filename,struct __utimbuf32 *_Utimbuf) { __CRT_INLINE int __cdecl _utime32(const char *_Filename,struct __utimbuf32 *_Utimbuf) {
return _utime(_Filename,(struct __timbuf *)_Utimbuf); return _utime(_Filename,(struct _utimbuf *)_Utimbuf);
} }
__CRT_INLINE int __cdecl _futime32(int _Desc,struct __utimbuf32 *_Utimbuf) { __CRT_INLINE int __cdecl _futime32(int _Desc,struct __utimbuf32 *_Utimbuf) {
return _futime(_Desc,(struct _utimbuf *)_Utimbuf); return _futime(_Desc,(struct _utimbuf *)_Utimbuf);