Author: akhaldi
Date: Wed Aug 28 11:52:25 2013
New Revision: 59853
URL:
http://svn.reactos.org/svn/reactos?rev=59853&view=rev
Log:
[CRT]
* Annotate timeb_s.h.
Modified:
trunk/reactos/include/crt/sec_api/sys/timeb_s.h
Modified: trunk/reactos/include/crt/sec_api/sys/timeb_s.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/crt/sec_api/sys/ti…
==============================================================================
--- trunk/reactos/include/crt/sec_api/sys/timeb_s.h [iso-8859-1] (original)
+++ trunk/reactos/include/crt/sec_api/sys/timeb_s.h [iso-8859-1] Wed Aug 28 11:52:25 2013
@@ -15,8 +15,8 @@
#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