1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-07-22 20:21:30 +02:00

/me should really learn doxygen :)

Originally committed as revision 1677 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
François Revol 2003-03-12 21:57:24 +00:00
parent be12b2a41a
commit 7fa140154f

View File

@ -1,11 +1,13 @@
#ifndef _OS_SUPPORT_H #ifndef _OS_SUPPORT_H
#define _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() (Win32, BeOS, OS/2)
* usleep() * - floatf() (OS/2)
* - strcasecmp() (OS/2)
*/ */
#ifdef __MINGW32__ #ifdef __MINGW32__