From 08886e28931be6244de210a809e1d73d4d0ab6bf Mon Sep 17 00:00:00 2001 From: Mike Wey Date: Sun, 2 Oct 2011 19:56:18 +0200 Subject: ssize_t isn't defined on windows. --- dmagick/c/utility.d | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dmagick/c/utility.d') diff --git a/dmagick/c/utility.d b/dmagick/c/utility.d index eb35e44..56a2387 100644 --- a/dmagick/c/utility.d +++ b/dmagick/c/utility.d @@ -1,11 +1,12 @@ module dmagick.c.utility; import core.stdc.stdio; -import core.sys.posix.sys.types; import dmagick.c.exception; import dmagick.c.magickType; +alias ptrdiff_t ssize_t; + extern(C) { enum PathType -- cgit v1.2.3