diff options
| author | vincents <vincents@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2008-10-26 21:03:48 +0000 |
|---|---|---|
| committer | vincents <vincents@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2008-10-26 21:03:48 +0000 |
| commit | 2a62a04c5c4d5b785384a33edd89c4fc3b62b41d (patch) | |
| tree | 9e19b2f9e1e0a13f78bd392e96e0b266e7e9e81e /packages/httpd20 | |
| parent | ae33636709779374c5683682b6138d632a2313fc (diff) | |
| download | fpc-2a62a04c5c4d5b785384a33edd89c4fc3b62b41d.tar.gz | |
* fixed compilation on win64
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@11977 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/httpd20')
| -rw-r--r-- | packages/httpd20/src/apr/apr_file_info.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/httpd20/src/apr/apr_file_info.inc b/packages/httpd20/src/apr/apr_file_info.inc index 9436d85c2a..e17def0aac 100644 --- a/packages/httpd20/src/apr/apr_file_info.inc +++ b/packages/httpd20/src/apr/apr_file_info.inc @@ -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. } |
