소스 검색

* Use WideStrings when not using FPC 1.0.x

sg 23 년 전
부모
커밋
da679ddba8
1개의 변경된 파일9개의 추가작업 그리고 2개의 파일을 삭제
  1. 9 2
      fcl/xml/dom.pp

+ 9 - 2
fcl/xml/dom.pp

@@ -64,7 +64,11 @@ type
 //   DOMString
 // -------------------------------------------------------
 
-  DOMString = String;  // !!!: should be WideString as soon as this is supported by the compiler
+{$IFDEF ver1_0}
+  DOMString = String;
+{$ELSE}
+  DOMString = WideString;
+{$ENDIF} 
 
 
 // -------------------------------------------------------
@@ -1500,7 +1504,10 @@ end.
 
 {
   $Log$
-  Revision 1.7  2001-05-06 21:37:39  sg
+  Revision 1.8  2001-12-17 20:25:25  sg
+  * Use WideStrings when not using FPC 1.0.x
+
+  Revision 1.7  2001/05/06 21:37:39  sg
   * Fixed two bugs reported by Florian:
     - TDOMText.SplitText didn't set the result value
     - Fixed TDOMNode_WithChildren.InsertBefore, which didn't link the new