summaryrefslogtreecommitdiff
path: root/img.h
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2015-02-13 13:08:54 +0100
committerLars-Dominik Braun <lars@6xq.net>2015-05-02 21:36:44 +0200
commitf286661035f4f6b01cef7d80c510140c2518f25b (patch)
tree5894cdb2b48087eee9023562faba48c00a503e00 /img.h
parent1ca79e948aa4bf923b92757ea68a98b7bcd0767d (diff)
downloadpucket-f286661035f4f6b01cef7d80c510140c2518f25b.tar.gz
pucket-f286661035f4f6b01cef7d80c510140c2518f25b.tar.bz2
pucket-f286661035f4f6b01cef7d80c510140c2518f25b.zip
Drop Windows/Mac support, require pthreads
Diffstat (limited to 'img.h')
-rw-r--r--img.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/img.h b/img.h
index 6bab912..a2693fc 100644
--- a/img.h
+++ b/img.h
@@ -22,10 +22,6 @@
#define FLAM3_PNG_COM 8
-#ifdef WIN32
- #define snprintf _snprintf
-#endif
-
typedef struct {
char *genome;