comparison os_support.c @ 443:afbe3a5aae02 libavformat

libavformat/os_support.c HAVE_LOCALTIME_R patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
author michael
date Mon, 12 Apr 2004 22:54:48 +0000
parents 9f4f4ca9f7b5
children 66217205fe4e
comparison
equal deleted inserted replaced
442:e17fb306b107 443:afbe3a5aae02
14 * 14 *
15 * You should have received a copy of the GNU Lesser General Public 15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software 16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 */ 18 */
19 #include "config.h"
19 #include "avformat.h" 20 #include "avformat.h"
20 #ifdef CONFIG_WIN32 21 #ifdef CONFIG_WIN32
21 #include <sys/types.h> 22 #include <sys/types.h>
22 #include <sys/timeb.h> 23 #include <sys/timeb.h>
23 #elif defined(CONFIG_OS2) 24 #elif defined(CONFIG_OS2)