mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-09 02:09:46 +01:00
* Fix paths
git-svn-id: trunk@6914 -
This commit is contained in:
parent
41be83b23c
commit
4b252364f8
@ -68,7 +68,7 @@ Type
|
|||||||
Sint32 = LongInt;
|
Sint32 = LongInt;
|
||||||
Sint64 = Int64;
|
Sint64 = Int64;
|
||||||
|
|
||||||
{$INCLUDE core/coreinterface.inc}
|
{$INCLUDE coreinterface.inc}
|
||||||
|
|
||||||
{$IFNDEF FPDOC}
|
{$IFNDEF FPDOC}
|
||||||
|
|
||||||
@ -169,13 +169,13 @@ Begin
|
|||||||
System.Str(Value, Result);
|
System.Str(Value, Result);
|
||||||
End;
|
End;
|
||||||
|
|
||||||
{$INCLUDE core/log.inc}
|
{$INCLUDE log.inc}
|
||||||
|
|
||||||
{$IFDEF WIN32}
|
{$IFDEF WIN32}
|
||||||
{$INCLUDE win32/base/cursor.inc}
|
{$INCLUDE win32/base/cursor.inc}
|
||||||
{$ENDIF WIN32}
|
{$ENDIF WIN32}
|
||||||
|
|
||||||
{$INCLUDE core/coreimplementation.inc}
|
{$INCLUDE coreimplementation.inc}
|
||||||
|
|
||||||
{$IFDEF GO32V2}
|
{$IFDEF GO32V2}
|
||||||
{$INCLUDE dos/includes.inc}
|
{$INCLUDE dos/includes.inc}
|
||||||
@ -221,7 +221,7 @@ End;
|
|||||||
{$INCLUDE x11/includes.inc}
|
{$INCLUDE x11/includes.inc}
|
||||||
{$ENDIF UNIX}
|
{$ENDIF UNIX}
|
||||||
|
|
||||||
{$INCLUDE core/consolei.inc}
|
{$INCLUDE consolei.inc}
|
||||||
|
|
||||||
{$IFDEF ENABLE_C_API}
|
{$IFDEF ENABLE_C_API}
|
||||||
{$INCLUDE c_api/except.pp}
|
{$INCLUDE c_api/except.pp}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user