diff org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/custom/CCombo.d @ 48:ddbfe84d86df

[swt lin] versioned imports
author Frank Benoit <benoit@tionex.de>
date Fri, 27 Mar 2009 12:05:20 +0100
parents f589fc20a5f9
children c01d033c633a
line wrap: on
line diff
--- a/org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/custom/CCombo.d	Fri Mar 27 11:43:53 2009 +0100
+++ b/org.eclipse.swt.gtk.linux.x86/src/org/eclipse/swt/custom/CCombo.d	Fri Mar 27 12:05:20 2009 +0100
@@ -47,9 +47,12 @@
 import org.eclipse.swt.widgets.TypedListener;
 import org.eclipse.swt.widgets.Widget;
 
+import java.lang.all;
+version(Tango){
 static import tango.text.convert.Utf;
 static import tango.text.Unicode;
-import java.lang.all;
+} else { // Phobos
+}
 
 /**
  * The CCombo class represents a selectable user interface object