Changeset 212:ab60f3309436 for dwt/internal/Platform.d
- Timestamp:
- 05/04/08 18:12:38 (8 months ago)
- Files:
-
- dwt/internal/Platform.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
dwt/internal/Platform.d
r4 r212 1 /*******************************************************************************1 /******************************************************************************* 2 2 * Copyright (c) 2000, 2007 IBM Corporation and others. 3 3 * All rights reserved. This program and the accompanying materials … … 10 10 *******************************************************************************/ 11 11 module dwt.internal.Platform; 12 import dwt.dwthelper.utils; 12 13 13 14 public class Platform { 14 15 public static const char[]PLATFORM = "win32"; //$NON-NLS-1$15 16 public static const String PLATFORM = "win32"; //$NON-NLS-1$ 16 17 17 18 }
