summaryrefslogtreecommitdiffstats
path: root/src/core/CdStream.h
diff options
context:
space:
mode:
authorerorcun <erorcunerorcun@hotmail.com.tr>2021-01-27 16:26:08 +0100
committererorcun <erorcunerorcun@hotmail.com.tr>2021-01-27 16:26:08 +0100
commit843dd9b5e12c2de92fc3f0923260204eb07f3f0d (patch)
tree2fb208d9f64c1f13e952d21a5c2322e825032bf1 /src/core/CdStream.h
parentFix doubles in ZoneCull (diff)
downloadre3-843dd9b5e12c2de92fc3f0923260204eb07f3f0d.tar
re3-843dd9b5e12c2de92fc3f0923260204eb07f3f0d.tar.gz
re3-843dd9b5e12c2de92fc3f0923260204eb07f3f0d.tar.bz2
re3-843dd9b5e12c2de92fc3f0923260204eb07f3f0d.tar.lz
re3-843dd9b5e12c2de92fc3f0923260204eb07f3f0d.tar.xz
re3-843dd9b5e12c2de92fc3f0923260204eb07f3f0d.tar.zst
re3-843dd9b5e12c2de92fc3f0923260204eb07f3f0d.zip
Diffstat (limited to '')
-rw-r--r--src/core/CdStream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/CdStream.h b/src/core/CdStream.h
index d0f9a855..516cef48 100644
--- a/src/core/CdStream.h
+++ b/src/core/CdStream.h
@@ -43,6 +43,6 @@ char *CdStreamGetImageName(int32 cd);
void CdStreamRemoveImages(void);
int32 CdStreamGetNumImages(void);
-#ifndef _WIN32
+#ifdef FLUSHABLE_STREAMING
extern bool flushStream[MAX_CDCHANNELS];
#endif