Commit 82352d68 authored by mmu_man's avatar mmu_man

/me should really learn doxygen :)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@1677 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f37bbe87
#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__
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment