Explorar el Código

* fix for 4800

git-svn-id: trunk@2601 -
marco hace 19 años
padre
commit
6974105177
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/extra/winunits/jwatlhelp32.pas

+ 1 - 1
packages/extra/winunits/jwatlhelp32.pas

@@ -352,7 +352,7 @@ const
   {$IFDEF UNICODE}
   AWSuffix = 'W';
   {$ELSE}
-  AWSuffix = 'A';
+  AWSuffix = '';
   {$ENDIF UNICODE}
 
 {$IFDEF DYNAMIC_LINK}