浏览代码

* patch by olivier to fix BeOS compilation, resolves #23545

git-svn-id: trunk@23244 -
florian 13 年之前
父节点
当前提交
a2edcfc4e0
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      packages/httpd24/src/apr/apr_mmap.inc

+ 5 - 0
packages/httpd24/src/apr/apr_mmap.inc

@@ -32,6 +32,11 @@
 //#include <kernel/OS.h>
 //#include <kernel/OS.h>
 //#endif
 //#endif
 
 
+{$ifdef BEOS}
+type
+  area_id   = Longint;
+{$endif}
+
 (**
 (**
  * @defgroup apr_mmap MMAP (Memory Map) Routines
  * @defgroup apr_mmap MMAP (Memory Map) Routines
  * @ingroup APR 
  * @ingroup APR