aboutsummaryrefslogtreecommitdiff
path: root/mandelbrot.c
diff options
context:
space:
mode:
Diffstat (limited to 'mandelbrot.c')
-rw-r--r--mandelbrot.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/mandelbrot.c b/mandelbrot.c
index 2c1d3f0..67ef249 100644
--- a/mandelbrot.c
+++ b/mandelbrot.c
@@ -3,11 +3,11 @@
#include <sys/stat.h>
#include <stdio.h>
#include <string.h>
-#ifndef NT
-#include <unistd.h>
-#endif
+#ifndef NT
+#include <unistd.h>
+#endif
-#ifdef NT
+#ifdef _MSC_VER
#pragma warning( disable : 4244 )
#pragma warning( disable : 4305 )
#endif