mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 16:09:17 +02:00
- Removed empty include file wustrings.inc
git-svn-id: trunk@25551 -
This commit is contained in:
parent
5dd10ade50
commit
0914bb7944
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -7970,7 +7970,6 @@ rtl/inc/video.inc svneol=native#text/plain
|
|||||||
rtl/inc/videoh.inc svneol=native#text/plain
|
rtl/inc/videoh.inc svneol=native#text/plain
|
||||||
rtl/inc/wstringh.inc svneol=native#text/plain
|
rtl/inc/wstringh.inc svneol=native#text/plain
|
||||||
rtl/inc/wstrings.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 svneol=native#text/plain
|
||||||
rtl/java/Makefile.fpc svneol=native#text/plain
|
rtl/java/Makefile.fpc svneol=native#text/plain
|
||||||
rtl/java/jastringh.inc svneol=native#text/plain
|
rtl/java/jastringh.inc svneol=native#text/plain
|
||||||
|
@ -77,7 +77,6 @@ begin
|
|||||||
AddInclude('int64.inc');
|
AddInclude('int64.inc');
|
||||||
AddInclude('astrings.inc');
|
AddInclude('astrings.inc');
|
||||||
AddInclude('wstrings.inc');
|
AddInclude('wstrings.inc');
|
||||||
AddInclude('wustrings.inc');
|
|
||||||
AddInclude('aliases.inc');
|
AddInclude('aliases.inc');
|
||||||
AddInclude('dynarr.inc');
|
AddInclude('dynarr.inc');
|
||||||
AddInclude('objpas.inc');
|
AddInclude('objpas.inc');
|
||||||
|
@ -14,8 +14,6 @@
|
|||||||
|
|
||||||
**********************************************************************}
|
**********************************************************************}
|
||||||
|
|
||||||
{$i wustrings.inc}
|
|
||||||
|
|
||||||
|
|
||||||
{$ifndef FPC_UNICODESTRING_TYPE_DEFINED}
|
{$ifndef FPC_UNICODESTRING_TYPE_DEFINED}
|
||||||
{$define FPC_UNICODESTRING_TYPE_DEFINED}
|
{$define FPC_UNICODESTRING_TYPE_DEFINED}
|
||||||
|
@ -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.
|
|
||||||
|
|
||||||
**********************************************************************}
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user