diff dwt/internal/image/PngChunk.d @ 31:92c102dd64a3

Added all widgets modules as dummy. Most modules of accessible are equal to the linux version, except Accessible.
author Frank Benoit <benoit@tionex.de>
date Mon, 28 Jan 2008 04:47:28 +0100
parents 57151e2793a2
children 9a64a7781bab
line wrap: on
line diff
--- a/dwt/internal/image/PngChunk.d	Mon Jan 28 02:37:23 2008 +0100
+++ b/dwt/internal/image/PngChunk.d	Mon Jan 28 04:47:28 2008 +0100
@@ -24,6 +24,7 @@
 
 import tango.core.Exception;
 import tango.text.convert.Format;
+import dwt.dwthelper.System;
 
 class PngChunk {
     byte[] reference;