mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:41:38 +08:00
12 lines
216 B
Diff
12 lines
216 B
Diff
--- a/fftw3.h 2017-01-15 13:03:24.000000000 +0100
|
|
+++ b/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
|