فهرست منبع

- Removed empty include file wustrings.inc

git-svn-id: trunk@25551 -
sergei 12 سال پیش
والد
کامیت
0914bb7944
4فایلهای تغییر یافته به همراه0 افزوده شده و 20 حذف شده
  1. 0 1
      .gitattributes
  2. 0 1
      rtl/fpmake.pp
  3. 0 2
      rtl/inc/ustrings.inc
  4. 0 16
      rtl/inc/wustrings.inc

+ 0 - 1
.gitattributes

@@ -7970,7 +7970,6 @@ rtl/inc/video.inc svneol=native#text/plain
 rtl/inc/videoh.inc svneol=native#text/plain
 rtl/inc/wstringh.inc svneol=native#text/plain
 rtl/inc/wstrings.inc svneol=native#text/plain
-rtl/inc/wustrings.inc svneol=native#text/plain
 rtl/java/Makefile svneol=native#text/plain
 rtl/java/Makefile.fpc svneol=native#text/plain
 rtl/java/jastringh.inc svneol=native#text/plain

+ 0 - 1
rtl/fpmake.pp

@@ -77,7 +77,6 @@ begin
           AddInclude('int64.inc');
           AddInclude('astrings.inc');
           AddInclude('wstrings.inc');
-          AddInclude('wustrings.inc');
           AddInclude('aliases.inc');
           AddInclude('dynarr.inc');
           AddInclude('objpas.inc');

+ 0 - 2
rtl/inc/ustrings.inc

@@ -14,8 +14,6 @@
 
  **********************************************************************}
 
-{$i wustrings.inc}
-
 
 {$ifndef FPC_UNICODESTRING_TYPE_DEFINED}
 {$define FPC_UNICODESTRING_TYPE_DEFINED}

+ 0 - 16
rtl/inc/wustrings.inc

@@ -1,16 +0,0 @@
-{
-    This file is part of the Free Pascal run time library.
-    Copyright (c) 1999-2005 by Florian Klaempfl,
-    member of the Free Pascal development team.
-
-    This file implements support routines for WideStrings/Unicode with FPC
-
-    See the file COPYING.FPC, included in this distribution,
-    for details about the copyright.
-
-    This program is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
- **********************************************************************}
-