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 20:19:00 +0100
commitab939e059b4263fec4e26425bce6a12ecf88d2e6 (patch)
tree72be40877a6cb4e37962552bf3df3c88c9860974 /src/core/CdStream.h
parentfix fix (diff)
downloadre3-ab939e059b4263fec4e26425bce6a12ecf88d2e6.tar
re3-ab939e059b4263fec4e26425bce6a12ecf88d2e6.tar.gz
re3-ab939e059b4263fec4e26425bce6a12ecf88d2e6.tar.bz2
re3-ab939e059b4263fec4e26425bce6a12ecf88d2e6.tar.lz
re3-ab939e059b4263fec4e26425bce6a12ecf88d2e6.tar.xz
re3-ab939e059b4263fec4e26425bce6a12ecf88d2e6.tar.zst
re3-ab939e059b4263fec4e26425bce6a12ecf88d2e6.zip
Diffstat (limited to 'src/core/CdStream.h')
-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