Browse Source

* also redefine pchar as pwidechar in {$modeswitch unicodestrings}

git-svn-id: branches/jvmbackend@21054 -
Jonas Maebe 13 years ago
parent
commit
9b6c426369
1 changed files with 1 additions and 0 deletions
  1. 1 0
      rtl/inc/uuchar.pp

+ 1 - 0
rtl/inc/uuchar.pp

@@ -19,6 +19,7 @@ interface
 
 
   type
   type
     char = widechar;
     char = widechar;
+    pchar = pwidechar;
 
 
 implementation
 implementation