瀏覽代碼

Merged revisions 11977 via svnmerge from
svn+ssh://[email protected]/FPC/svn/fpc/trunk

........
r11977 | vincents | 2008-10-26 22:03:48 +0100 (Sun, 26 Oct 2008) | 1 line

* fixed compilation on win64
........

git-svn-id: branches/fixes_2_2@12265 -

joost 17 年之前
父節點
當前提交
f31aea95fc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/httpd20/src/apr/apr_file_info.inc

+ 1 - 1
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.
  }