# HG changeset patch # User Frank Benoit # Date 1220097553 -7200 # Node ID 4e8e11ccfa60bd945bee636145de9a297ac31b6b # Parent eddc0e013cb8a3376973dfd8670d11885a654ccd Resouce manifest to ID 1 diff -r eddc0e013cb8 -r 4e8e11ccfa60 dwt.rc --- a/dwt.rc Fri Aug 29 04:30:31 2008 +0200 +++ b/dwt.rc Sat Aug 30 13:59:13 2008 +0200 @@ -1,3 +1,3 @@ -2 24 "dwt.exe.manifest" +1 24 "dwt.exe.manifest" diff -r eddc0e013cb8 -r 4e8e11ccfa60 dwt.res Binary file dwt.res has changed diff -r eddc0e013cb8 -r 4e8e11ccfa60 dwt/internal/win32/OS.d --- a/dwt/internal/win32/OS.d Fri Aug 29 04:30:31 2008 +0200 +++ b/dwt/internal/win32/OS.d Sat Aug 30 13:59:13 2008 +0200 @@ -222,7 +222,7 @@ public static const int ACTCTX_FLAG_SET_PROCESS_DEFAULT = 0x00000010; public static const int ACTCTX_FLAG_APPLICATION_NAME_VALID = 0x00000020; public static const int ACTCTX_FLAG_OVERRIDEMANIFEST_VALID = 0x00000100; - public static const TCHAR* MANIFEST_RESOURCE_ID = cast(TCHAR*)2; + public static const TCHAR* MANIFEST_RESOURCE_ID = cast(TCHAR*)1; public static const int SM_DBCSENABLED = 0x2A; public static const int SM_IMMENABLED = 0x52; public static const int LANG_KOREAN = 0x12; @@ -313,7 +313,7 @@ /* Load the manifest to force the XP Theme */ if (!OS.IsWinCE && OS.WIN32_VERSION >= OS.VERSION (5, 1)) { - enableVisualStyles(); + //enableVisualStyles(); } // when to load uxtheme