changeset 92:3b6217fd97e9

debug
author Frank Benoit <benoit@tionex.de>
date Wed, 06 Feb 2008 23:18:39 +0100
parents b5c6e5033649
children 71968829531c
files dwt/internal/win32/OS.d
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 */