Mercurial > libavcodec.hg
changeset 1131:2575d16b62d7 libavcodec
/me should really learn doxygen :)
author | mmu_man |
---|---|
date | Wed, 12 Mar 2003 21:57:24 +0000 |
parents | c8dfb8579606 |
children | 61c89e8ffa88 |
files | os_support.h |
diffstat | 1 files changed, 6 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/os_support.h Wed Mar 12 19:49:58 2003 +0000 +++ b/os_support.h Wed Mar 12 21:57:24 2003 +0000 @@ -1,11 +1,13 @@ #ifndef _OS_SUPPORT_H #define _OS_SUPPORT_H -/* - * miscellaneous OS support macros/function +/** + * @file os_support.h + * miscellaneous OS support macros and functions. * - * For now: - * usleep() + * - usleep() (Win32, BeOS, OS/2) + * - floatf() (OS/2) + * - strcasecmp() (OS/2) */ #ifdef __MINGW32__