@@ -41,7 +41,8 @@ char* guidnames[] = {"PCM","PCM FLOAT","AMB PCM","AMB FLOAT"};
#define REVWBYTES(t) ( (((t)&0xff) << 8) | (((t)>>8) &0xff) )
#define TAG(a,b,c,d) ( ((a)<<24) | ((b)<<16) | ((c)<<8) | (d) )
-#ifdef linux
+//#ifdef linux
+#ifdef __GLIBC__
#define POS64(x) (x.__pos)
#else
#define POS64(x) (x)
@@ -90,7 +90,8 @@ int stricmp(const char *a, const char *b);
int strnicmp(const char *a, const char *b, const int length);
#endif
@@ -280,7 +280,8 @@ extern int sampsize[];
#define sizeof_WFMTEX (40)
@@ -6797,7 +6798,7 @@ static int asm_round(double fval)
return (long) result;
}
-//RFWD don't need this any more. "Deprecated".
+//RWD don't need this any more. "Deprecated".
int cdp_round(double fval)
{
return lround(fval);