Try to fix Win32 build.
[dcpomatic.git] / src / lib / sndfile_decoder.cc
index 2c47fcd9e9ca9ddff3946590dc9008d3ff8d8815..68b60c7ac1c8330b523a87d71863dc9b29be03eb 100644 (file)
 */
 
 #include <iostream>
-#ifdef DCPOMATIC_WINDOWS
-#include <windows.h>
-#define ENABLE_SNDFILE_WINDOWS_PROTOTYPES 1
-#endif
 #include <sndfile.h>
 #include "sndfile_content.h"
 #include "sndfile_decoder.h"