mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
fix a typo
svn path=/trunk/; revision=38104
This commit is contained in:
parent
d07b497cbb
commit
be2c347725
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue