Explorar o código

* fixed compilation on win64

git-svn-id: trunk@11977 -
Vincent Snijders %!s(int64=17) %!d(string=hai) anos
pai
achega
ae01fbf73c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.
  }