Changeset 304:4e8e11ccfa60 for dwt/internal
- Timestamp:
- 08/30/08 07:59:13 (3 months ago)
- Files:
-
- dwt/internal/win32/OS.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
dwt/internal/win32/OS.d
r291 r304 223 223 public static const int ACTCTX_FLAG_APPLICATION_NAME_VALID = 0x00000020; 224 224 public static const int ACTCTX_FLAG_OVERRIDEMANIFEST_VALID = 0x00000100; 225 public static const TCHAR* MANIFEST_RESOURCE_ID = cast(TCHAR*) 2;225 public static const TCHAR* MANIFEST_RESOURCE_ID = cast(TCHAR*)1; 226 226 public static const int SM_DBCSENABLED = 0x2A; 227 227 public static const int SM_IMMENABLED = 0x52; … … 314 314 /* Load the manifest to force the XP Theme */ 315 315 if (!OS.IsWinCE && OS.WIN32_VERSION >= OS.VERSION (5, 1)) { 316 enableVisualStyles();316 //enableVisualStyles(); 317 317 } 318 318
