* fixed compilation on win64

git-svn-id: trunk@11977 -
This commit is contained in:
Vincent Snijders 2008-10-26 21:03:48 +00:00
parent 7204dbb65b
commit ae01fbf73c

View File

@ -103,7 +103,7 @@ type
}
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.
}