diff options
| author | erorcun <erorcunerorcun@hotmail.com.tr> | 2021-01-27 18:26:08 +0300 |
|---|---|---|
| committer | erorcun <erorcunerorcun@hotmail.com.tr> | 2021-01-27 18:26:08 +0300 |
| commit | 843dd9b5e12c2de92fc3f0923260204eb07f3f0d (patch) | |
| tree | 2fb208d9f64c1f13e952d21a5c2322e825032bf1 /src/core/CdStream.h | |
| parent | Fix doubles in ZoneCull (diff) | |
| download | re3-843dd9b5e12c2de92fc3f0923260204eb07f3f0d.tar.gz | |
Clean up POSIX streaming code
Diffstat (limited to 'src/core/CdStream.h')
| -rw-r--r-- | src/core/CdStream.h | 2 |
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 |
