mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-29 20:23:41 +08:00
12 lines
224 B
Diff
12 lines
224 B
Diff
--- 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
|