comparison dwt/internal/Platform.d @ 10:63c023465156

moved from org.eclipse.swt to dwt
author Frank Benoit <benoit@tionex.de>
date Sat, 05 Jan 2008 17:58:37 +0100
parents ad2b69216039
children 8f049b136add
comparison
equal deleted inserted replaced
9:ad2b69216039 10:63c023465156
10 * this distribution shall govern. 10 * this distribution shall govern.
11 * 11 *
12 * Contributors: 12 * Contributors:
13 * IBM Corporation - initial API and implementation 13 * IBM Corporation - initial API and implementation
14 *******************************************************************************/ 14 *******************************************************************************/
15 module org.eclipse.swt.internal.Platform; 15 module dwt.internal.Platform;
16 16
17 import org.eclipse.swt.internal.Lock; 17 import dwt.internal.Lock;
18 18
19 public class Platform { 19 public class Platform {
20 public static const char[] PLATFORM = "gtk"; //$NON-NLS-1$ 20 public static const char[] PLATFORM = "gtk"; //$NON-NLS-1$
21 public static const Lock lock; 21 public static const Lock lock;
22 static this(){ 22 static this(){