瀏覽代碼

* fixed compilation on win64

git-svn-id: trunk@11977 -
Vincent Snijders 17 年之前
父節點
當前提交
ae01fbf73c
共有 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.
  }