vcpkg/ports/fftw3/fix-dynamic.patch

12 lines
224 B
Diff
Raw Normal View History

2017-02-24 13:16:23 +08:00
--- a/api/fftw3.h 2017-01-15 13:03:24.000000000 +0100
+++ b/api/fftw3.h 2017-02-24 04:05:36.051091700 +0100
@@ -47,6 +47,8 @@
#ifndef FFTW3_H
#define FFTW3_H
+#define FFTW_DLL
+
#include <stdio.h>
#ifdef __cplusplus