From 55803d423180dd957bda10d4137e903407f8ea58 Mon Sep 17 00:00:00 2001 From: Mike Smith Date: Mon, 1 Jul 2002 06:43:33 +0000 Subject: [PATCH] Fixes for compiling with borland's compiler. svn path=/trunk/vorbis/; revision=3459 --- lib/os.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/os.h b/lib/os.h index f39ea66..953c27e 100644 --- a/lib/os.h +++ b/lib/os.h @@ -13,13 +13,15 @@ ******************************************************************** function: #ifdef jail to whip a few platforms into the UNIX ideal. - last mod: $Id: os.h,v 1.30 2002/06/28 22:19:37 xiphmont Exp $ + last mod: $Id: os.h,v 1.31 2002/07/01 06:43:33 msmith Exp $ ********************************************************************/ #include #include +#include "misc.h" + #ifndef _V_IFDEFJAIL_H_ # define _V_IFDEFJAIL_H_ @@ -101,7 +103,7 @@ static inline int vorbis_ftoi(double f){ /* yes, double! Otherwise, #endif -#if defined(_WIN32) && !defined(__GNUC__) +#if defined(_WIN32) && !defined(__GNUC__) && !defined(__BORLANDC__) # define VORBIS_FPU_CONTROL typedef ogg_int16_t vorbis_fpu_control; -- 2.7.4