# HG changeset patch # User Frank Benoit # Date 1202336319 -3600 # Node ID 3b6217fd97e999f1589b7af8a3e5f4290f4f7546 # Parent b5c6e50336496d4107812452f7f9d713fffcd7f1 debug diff -r b5c6e5033649 -r 3b6217fd97e9 dwt/internal/win32/OS.d --- a/dwt/internal/win32/OS.d Wed Feb 06 23:12:32 2008 +0100 +++ b/dwt/internal/win32/OS.d Wed Feb 06 23:18:39 2008 +0100 @@ -4401,10 +4401,14 @@ HANDLE function( ACTCTX* pActCtx ) CreateActCtx; BOOL function( HACTCTX hActCtx, uint* lpCookie ) ActivateActCtx; } +version(ANSI){ +}else{ static Symbol[] Symbols_Kernel32 = [ - { "CreateActCtx", cast(void**)& CreateActCtx, 5, 1 }, + { "CreateActCtxW", cast(void**)& CreateActCtx, 5, 1 }, { "ActivateActCtx", cast(void**)& ActivateActCtx, 5, 1 }, ]; +} + //------------------------------------------------------------------------ /** All Natives */