From 94d5de635f313e75ca06a3cafdcf5f881d53774b Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Wed, 28 Aug 2013 11:52:25 +0000 Subject: [PATCH] [CRT] * Annotate timeb_s.h. svn path=/trunk/; revision=59853 --- reactos/include/crt/sec_api/sys/timeb_s.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/include/crt/sec_api/sys/timeb_s.h b/reactos/include/crt/sec_api/sys/timeb_s.h index 5e4ef915574..4093a49feb2 100644 --- a/reactos/include/crt/sec_api/sys/timeb_s.h +++ b/reactos/include/crt/sec_api/sys/timeb_s.h @@ -15,8 +15,8 @@ extern "C" { #if defined(MINGW_HAS_SECURE_API) - _CRTIMP errno_t __cdecl _ftime32_s(struct __timeb32 *_Time); - _CRTIMP errno_t __cdecl _ftime64_s(struct __timeb64 *_Time); + _CRTIMP errno_t __cdecl _ftime32_s(_Out_ struct __timeb32 *_Time); + _CRTIMP errno_t __cdecl _ftime64_s(_Out_ struct __timeb64 *_Time); #ifndef _USE_32BIT_TIME_T #define _ftime_s _ftime64_s