Changeset 223:2d153805c8cd

Show
Ignore:
Timestamp:
05/18/08 20:36:32 (8 months ago)
Author:
Frank Benoit <benoit@tionex.de>
branch:
default
Message:

fix loading ImmSetCandidateWindow? from imm32 instead of user32

Files:

Legend:

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

    r221 r223  
    26682668 
    26692669    BOOL function( 
    2670         HIMC hIMC, 
    2671         LPCANDIDATEFORM lpCandidate 
    2672     ) ImmSetCandidateWindow; 
    2673  
    2674     BOOL function( 
    26752670        HWND hwnd, 
    26762671        COLORREF *pcrKey, 
     
    27012696static Symbol[] Symbols_User32 = [ 
    27022697    { "SetProcessDPIAware", cast(void**)& SetProcessDPIAware, 6, 0 }, 
    2703     { "ImmSetCandidateWindow", cast(void**)& ImmSetCandidateWindow, 6, 0 }, 
    27042698    { "GetLayeredWindowAttributes", cast(void**)& GetLayeredWindowAttributes, 5, 1 }, 
    27052699    { "SetLayeredWindowAttributes", cast(void**)& SetLayeredWindowAttributes, 5, 0 }, 
     
    27522746  DWORD dwBufLen 
    27532747) ImmGetCompositionStringW; 
     2748 
     2749    BOOL function( 
     2750        HIMC hIMC, 
     2751        LPCANDIDATEFORM lpCandidate 
     2752    ) ImmSetCandidateWindow; 
     2753 
    27542754} 
    27552755 
     
    27732773    { "ImmGetCompositionStringW", cast(void**)& ImmGetCompositionStringW, 5, 1 }, 
    27742774    { "ImmGetCompositionStringA", cast(void**)& ImmGetCompositionStringA, 5, 1 }, 
     2775    { "ImmSetCandidateWindow", cast(void**)& ImmSetCandidateWindow, 5, 1 }, 
    27752776]; 
    27762777