[xiph-cvs] cvs commit: vorbis/lib os.h
Michael Smith
msmith at xiph.org
Sun Jun 30 23:43:34 PDT 2002
msmith 02/06/30 23:43:34
Modified: lib os.h
Log:
Fixes for compiling with borland's compiler.
Revision Changes Path
1.31 +4 -2 vorbis/lib/os.h
Index: os.h
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/os.h,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- os.h 2002/06/28 22:19:37 1.30
+++ os.h 2002/07/01 06:43:33 1.31
@@ -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 <math.h>
#include <ogg/os_types.h>
+#include "misc.h"
+
#ifndef _V_IFDEFJAIL_H_
# define _V_IFDEFJAIL_H_
@@ -101,7 +103,7 @@
#endif
-#if defined(_WIN32) && !defined(__GNUC__)
+#if defined(_WIN32) && !defined(__GNUC__) && !defined(__BORLANDC__)
# define VORBIS_FPU_CONTROL
typedef ogg_int16_t vorbis_fpu_control;
<p><p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list