X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e8482f24cfc00645607f8526fde38d39e0dcaa63..3534e34a1b68639a11ac0e643b372e873995368f:/contrib/src/mmedia/sndesd.cpp diff --git a/contrib/src/mmedia/sndesd.cpp b/contrib/src/mmedia/sndesd.cpp index 74a55b63c2..e3d6860253 100644 --- a/contrib/src/mmedia/sndesd.cpp +++ b/contrib/src/mmedia/sndesd.cpp @@ -20,6 +20,8 @@ #pragma hdrstop #endif +#ifdef HAVE_ESD_H + // -------------------------------------------------------------------------- // MMedia headers // -------------------------------------------------------------------------- @@ -317,3 +319,5 @@ void wxSoundStreamESD::DetectBest(wxSoundFormatPcm *pcm) // Finally recopy the new format *pcm = best_pcm; } + +#endif // HAVE_ESD_H