mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 17:09:10 +02:00
* fixed compilation on win64
git-svn-id: trunk@11977 -
This commit is contained in:
parent
7204dbb65b
commit
ae01fbf73c
@ -103,7 +103,7 @@ type
|
|||||||
}
|
}
|
||||||
apr_fileperms_t = apr_int32_t;
|
apr_fileperms_t = apr_int32_t;
|
||||||
|
|
||||||
{$if defined(WIN32) or defined(NETWARE)}
|
{$if defined(WINDOWS) or defined(NETWARE)}
|
||||||
{
|
{
|
||||||
* Structure for determining the inode of the file.
|
* Structure for determining the inode of the file.
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user