Browse Source

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

git-svn-id: trunk@23244 -
florian 12 years ago
parent
commit
a2edcfc4e0
1 changed files with 5 additions and 0 deletions
  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>
 //#endif
 
+{$ifdef BEOS}
+type
+  area_id   = Longint;
+{$endif}
+
 (**
  * @defgroup apr_mmap MMAP (Memory Map) Routines
  * @ingroup APR