cc for android: do not compile buffer.c and xfermem.c with NOXFERMEM

This commit is contained in:
2026-03-02 09:11:48 +01:00
parent 2eb4320e16
commit fd02142b4e
2 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
#ifndef NOXFERMEM
/*
buffer.c: output buffer
@@ -1016,3 +1017,4 @@ int buffer_loop(out123_handle *ao)
intflag = FALSE; /* Any possible harm by _not_ ensuring that the flag is cleared here? */
}
}
#endif

View File

@@ -1,3 +1,4 @@
#ifndef NOXFERMEM
/*
xfermem: unidirectional fast pipe
@@ -302,3 +303,4 @@ int INT123_xfermem_write(txfermem *xf, void *buffer, size_t bytes)
? -1
: 0;
}
#endif