Kaynağa Gözat

* fix building for Haiku/BeOS after r20839 (patch by Olivier Coursière)

git-svn-id: trunk@20878 -
Jonas Maebe 13 yıl önce
ebeveyn
işleme
f0b7ce8afe
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      rtl/unix/cwstring.pp

+ 1 - 1
rtl/unix/cwstring.pp

@@ -812,8 +812,8 @@ function CharLengthPChar(const Str: PChar): PtrInt;
 
 
 function CodePointLength(const Str: PChar; maxlookahead: ptrint): PtrInt;
-  var
 {$ifndef beos}
+  var
     mbstate: mbstate_t;
 {$endif not beos}
   begin