Changeset 238:380bad9f6852 for dwt/internal/Platform.d
- Timestamp:
- 05/04/08 18:42:55 (4 years ago)
- Files:
-
- dwt/internal/Platform.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
dwt/internal/Platform.d
r108 r238 17 17 module dwt.internal.Platform; 18 18 19 import dwt.dwthelper.utils; 20 19 21 import dwt.internal.Lock; 20 22 21 23 public class Platform { 22 public static const char[]PLATFORM = "gtk"; //$NON-NLS-1$24 public static const String PLATFORM = "gtk"; //$NON-NLS-1$ 23 25 public static const Lock lock; 24 26 static this() {
