summaryrefslogtreecommitdiff
path: root/src/lib/sndfile_decoder.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-02 17:37:35 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-02 17:37:35 +0100
commitda81953aac2d02e904500f89aef303953d02eeb0 (patch)
treefbd6ae4611b08a04346c9837c387f555d28ff905 /src/lib/sndfile_decoder.cc
parent010a8b2700389b10c7567963edcf7a02a1920e15 (diff)
Try to fix Win32 build.
Diffstat (limited to 'src/lib/sndfile_decoder.cc')
-rw-r--r--src/lib/sndfile_decoder.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/sndfile_decoder.cc b/src/lib/sndfile_decoder.cc
index 2c47fcd9e..68b60c7ac 100644
--- a/src/lib/sndfile_decoder.cc
+++ b/src/lib/sndfile_decoder.cc
@@ -18,10 +18,6 @@
*/
#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"