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

git-svn-id: trunk@23244 -
This commit is contained in:
florian 2012-12-28 21:51:57 +00:00
parent 728c074bd6
commit a2edcfc4e0

View File

@ -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