Changeset 189:f804bcfb9e49
- Timestamp:
- 03/14/08 21:43:59 (6 months ago)
- Files:
-
- dwt/internal/win32/OS.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
dwt/internal/win32/OS.d
r188 r189 260 260 261 261 /* Load the manifest to force the XP Theme */ 262 enableVisualStyles(); 262 if (!OS.IsWinCE && OS.WIN32_VERSION >= OS.VERSION (5, 1)) { 263 enableVisualStyles(); 264 } 263 265 264 266 // when to load uxtheme
