diff dwt/internal/image/LZWCodec.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 41dbc4d9faab
line wrap: on
line diff
--- a/dwt/internal/image/LZWCodec.d	Mon Jan 28 02:37:23 2008 +0100
+++ b/dwt/internal/image/LZWCodec.d	Mon Jan 28 04:47:28 2008 +0100
@@ -1,4 +1,4 @@
-/*******************************************************************************
+/*******************************************************************************
  * Copyright (c) 2000, 2005 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
@@ -22,6 +22,7 @@
 import dwt.graphics.ImageLoaderEvent;
 
 import tango.core.Exception;
+import dwt.dwthelper.System;
 
 final class LZWCodec {
     int bitsPerPixel, blockSize, blockIndex, currentByte, bitsLeft,