diff dwt/internal/win32/OS.d @ 336:f866e80af235

Remove tango deprecation warnings.
author Frank Benoit <benoit@tionex.de>
date Wed, 18 Feb 2009 19:26:35 +0100
parents 1ee938a6e02e
children 210994f12c4c
line wrap: on
line diff
--- a/dwt/internal/win32/OS.d	Wed Feb 18 17:10:51 2009 +0100
+++ b/dwt/internal/win32/OS.d	Wed Feb 18 19:26:35 2009 +0100
@@ -35,8 +35,7 @@
 import tango.stdc.string : memset, strlen;
 import tango.stdc.stringz : toString16z;
 import tango.text.convert.Utf : toString16;
-static import tango.io.TempFile;
-import tango.io.File;
+//import tango.io.device.File;
 
 
 import tango.io.Console;