Show
Ignore:
Timestamp:
08/30/08 07:59:13 (3 months ago)
Author:
Frank Benoit <benoit@tionex.de>
branch:
default
Message:

Resouce manifest to ID 1

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • dwt/internal/win32/OS.d

    r291 r304  
    223223    public static const int ACTCTX_FLAG_APPLICATION_NAME_VALID = 0x00000020; 
    224224    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
    226226    public static const int SM_DBCSENABLED = 0x2A; 
    227227    public static const int SM_IMMENABLED = 0x52; 
     
    314314        /* Load the manifest to force the XP Theme */ 
    315315        if (!OS.IsWinCE && OS.WIN32_VERSION >= OS.VERSION (5, 1)) { 
    316             enableVisualStyles(); 
     316            //enableVisualStyles(); 
    317317        } 
    318318