diff dwt/dwthelper/InflaterInputStream.d @ 251:f6169caa2e05

Fix: add pragma link for zlib on windows.
author Frank Benoit <benoit@tionex.de>
date Sun, 06 Jul 2008 17:34:59 +0200
parents d10ff1f47f84
children a63e2cd5485e
line wrap: on
line diff
--- a/dwt/dwthelper/InflaterInputStream.d	Sun Jul 06 17:26:06 2008 +0200
+++ b/dwt/dwthelper/InflaterInputStream.d	Sun Jul 06 17:34:59 2008 +0200
@@ -7,6 +7,11 @@
 import dwt.dwthelper.utils;
 import tango.io.Stdout;
 import tango.io.compress.ZlibStream;
+version(Windows){
+    version(build){
+        pragma(link,"zlib");
+    }
+}
 version(TANGOSVN) {
     import tango.io.Conduit;
 }