[windows] Fixed MSVC config.h to define HAVE_COMPLEX_H.
authorJoao Matos <joao.matos@xamarin.com>
Mon, 25 May 2015 18:34:20 +0000 (19:34 +0100)
committerJoao Matos <joao.matos@xamarin.com>
Mon, 25 May 2015 18:40:15 +0000 (19:40 +0100)
winconfig.h

index a47c844104d85cbdc2afbc4a495ca18a7a6aac9c..cbb134e68bbf453f9512c3056e6c78a864490c88 100644 (file)
@@ -94,6 +94,9 @@
 /* Define to 1 if you have the <checklist.h> header file. */
 /* #undef HAVE_CHECKLIST_H */
 
+/* Define to 1 if you have the <complex.h> header file. */
+#define HAVE_COMPLEX_H 1
+
 /* Have /dev/random */
 #define HAVE_CRYPT_RNG 1