- Removed empty include file wustrings.inc

git-svn-id: trunk@25551 -
This commit is contained in:
sergei 2013-09-24 16:35:04 +00:00
parent 5dd10ade50
commit 0914bb7944
4 changed files with 0 additions and 20 deletions

1
.gitattributes vendored
View File

@ -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

View File

@ -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');

View File

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

View File

@ -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.
**********************************************************************}