소스 검색

rtl: missing FPC_UNICODESTRING_TYPE_DEFINED define

git-svn-id: trunk@23600 -
paul 12 년 전
부모
커밋
0be1f4d23d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      rtl/inc/ustrings.inc

+ 1 - 0
rtl/inc/ustrings.inc

@@ -18,6 +18,7 @@
 
 
 {$ifndef FPC_UNICODESTRING_TYPE_DEFINED}
+{$define FPC_UNICODESTRING_TYPE_DEFINED}
 {
   This file contains the implementation of the UnicodeString type,
   and all things that are needed for it.