Changeset 92:3b6217fd97e9

Show
Ignore:
Timestamp:
02/06/08 17:18:39 (10 months ago)
Author:
Frank Benoit <benoit@tionex.de>
branch:
default
Message:

debug

Files:

Legend:

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

    r91 r92  
    44024402BOOL function( HACTCTX hActCtx, uint* lpCookie ) ActivateActCtx; 
    44034403} 
     4404version(ANSI){ 
     4405}else{ 
    44044406static Symbol[] Symbols_Kernel32 = [ 
    4405     { "CreateActCtx", cast(void**)& CreateActCtx, 5, 1 }, 
     4407    { "CreateActCtxW", cast(void**)& CreateActCtx, 5, 1 }, 
    44064408    { "ActivateActCtx", cast(void**)& ActivateActCtx, 5, 1 }, 
    44074409]; 
     4410} 
     4411 
    44084412 
    44094413//------------------------------------------------------------------------