Now defines COMPILE_FOR_R5 to make sure it's compiled correctly; note,

ObjectDefines in the Jamfile didn't work for some reason.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9186 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2004-10-04 15:52:50 +00:00
parent c743fe4219
commit cf4c7a2043
@@ -1,10 +1,12 @@
/* kernel_interface - file system interface to BeOS' vnode layer /* kernel_interface - file system interface to BeOS' vnode layer
** **
** Copyright 2001-2004, Axel Dörfler, [email protected] ** Copyright 2001-2004, Axel Dörfler, [email protected]
** This file may be used under the terms of the OpenBeOS License. ** This file may be used under the terms of the Haiku License.
*/ */
#define COMPILE_FOR_R5
#include "Debug.h" #include "Debug.h"
#include "Volume.h" #include "Volume.h"
#include "Inode.h" #include "Inode.h"